Answer Posted / 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 |
Post New Answer View All Answers
Which methods/functions do we use to determine the type of instance and inheritance?
Describe python usage in web programming?
Can you learn python with no experience?
Tell me what is the difference between xrange and range?
How to install python on windows and set path variable?
Are tuples mutable?
What is the os module?
Find all occurrences of a substring in Python
What is a sympy?
How is print statement represented in python 3 (v/s python2)?
What is python literal?
Why is python good for beginners?
How do I run python setup py?
What is uuid format?
Tell me about a few string operations in python?