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 the difference between range () and xrange () in python 3?
What is difference between match & search in regex module in python?
What are disadvantages of python?
What do you know about palindromes? Can you implement one in python?
What is a function in python programming?
Is python object oriented?
What is string replication operator in python?
What does __ file __ mean?
Can we write else statement try block in python?
How do you use enums in Python?
Do you know what are the optional statements that can be used inside a <try-except> block in python?
Why is it important?