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 |
What is format () in python?
What is the output of the following?
How do you calculate the length of a string?
Guess the output?
How to import a module given the full path?
Why is __ init __ used in python?
Which command do you use to exit help window or help command prompt?
What is python __ init __?
What is the sleeping time of giraffe?
What is flask?
What is "typeerror: 'module' object is not callable"?
What is meta class in python?