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
Is python written in c?
What is nose python?
What are object methods?
What are the modes to open a file in python?
Name some python libraries?
How does ternary operator work in python?
How do you clean pyc files?
Explain different way to trigger/ raise exception in your python script?
How do you make use of arrays in python?
How to walk through a list in a sorted order without sorting the actual list?
What is the pass statement in python?
How to reverse a string in python
Can I make games with python?
What is the use of the // operator?
What does ‘#’ symbol do in python?