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
Tell me about a few string operations in python?
Does python has private keyword in python ?
How will you use python to read a random line from a file?
Which module is used to control the gpio in python?
What's a negative index?
Explain me dogpile effect? How can you prevent this effect?
Explain python list comprehension?
How is a .pyc file different from a .py file?
What is the purpose of self?
What is step size in python?
Give an example for join() and split() funcitons
What is monkey patching?
Why cannot lambda forms in Python contain statements?
What is a tuple in python?
What is the difference between abs () and fabs ()?