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 |
Explain the difference between `@staticmethod` and `@classmethod`.
Is python dict a hashmap?
Is using eval in python a bad practice?
How will you differentiate between deep copy and shallow copy?
Is python good for making apps?
What does “list comprehension” mean? How does it work and how can I use it?
What is <yield> keyword in python?
Explain the difference between a list and the tuple?
What does static pressure mean?
When to use list vs. tuple vs. dictionary vs. set?
Why python is used?
How is python interpreted language?