Is python case-sensitive?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Python does care about case. This indicates that it considers identifiers with different cases—like variable names, function names, etc.—to be separate. In Python, for instance, there are two identifiers: variable and variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Python does care about case. This indicates that it considers identifiers with different cases—like variable names, function names, etc.—to be separate. In Python, for instance, there are two identifiers: variable and variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Python does care about case. This indicates that it considers identifiers with different cases—like variable names, function names, etc.—to be separate. In Python, for instance, there are two identifiers: variable and variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to make any variable private in python ?
Is null in python?
Which is faster python or php?
How can you declare multiple assignments in one statement?
Explain the shortest way to open a text file and display its contents?
How do you break in python?
How to convert a list into a string?
Do we need to call the explicit methods to destroy the memory allocated in python?
What do u mean by instance?
Is python good for windows?
How can I find the methods or attributes of an object in python?
How to check whether a module is installed in python?