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
Explain accessor and mutator methods in python?
Is python a shell script?
What is raw_input in python 3?
What is print format value interpolation?
Is python dictionary a hash table?
Is haskell faster than python?
Is set iterable in python?
What is python console?
How is Multithreading achieved in Python?
Do python arrays start at 0 or 1?
How do you break in python?
Why everything in python is an object?
How to generate random numbers in python?
Tell me what is pep 8?
Why are identifier names with a leading underscore disparaged?