Answer Posted / nashiinformaticssolutions
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 do you understand by python package?
How does break, continue and pass work?
How many constructors can a class have?
What is python and python scripting?
What is set () in python?
What is matplotlib for python?
Write a program to reverse the string?
What is mro in python?
What are the two main types of functions in python?
What is python __ init __?
Is python is a case sensitive?
What is a module and package in python?
How to test multiple variables against a value?
Name some of the important modules that are available in python.
What is the difference between the shallow copy and deep copy in python?