is phython a case sensitive ??? Or at r the uses of this programme....???
Answers
Answer:
Yes, Like most of the widely used programming languages like Java, C, C++, etc, Python is also a case sensitive language. Languages like Pascal, Basic, Fortran, SQL, Lisp, etc are case in-sensitive
uses:-
Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. Also, Python, as a high level programming language, allows you to focus on core functionality of the application by taking care of common programming tasks.
Explanation:
Case sensitive means that x is different from X. The variable of John is different from the variable of john. If we assume a value for x (lowercase x) and then call X (uppercase X), we will see the following error message: