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
What is a variable in python?
How do you sort a list alphabetically in python with sort function?
Write a sorting algorithm for a numerical dataset in python.
Is python a high level language?
What does * args mean in python?
Is javascript harder than python?
When should you use the “break” in python?
How does xrange work in python?
What is a docstring?
What is the accomplishment you are most proud of?
Does python have oops concepts?
Give an example for join() and split() funcitons
Why do lambda forms in python not have the statements?
What are python libraries?
What are views in python?