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
How lists is differentiated from tuples?
Tell me how to find bugs or perform static analysis in a python application?
How will you check in a string that all characters are digits?
How do I use strftime in python?
What is the latest version of python?
What is a decorator?
Is set iterable python?
Is it better to learn python or java?
What are the tools that help to find bugs or perform static analysis?
How do you convert a string to in python?
What program to write python?
What are python modules? Name some commonly used built-in modules in python?
Explain split() methods of "re" module in python?
Is del the same as remove()? What are they?
Will exit method in python de allocate the global namespace?