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 if you want to toggle case for a python string?
Does apple use python?
Is python a programming language?
Can you make a website with python?
Why are identifier names with a leading underscore disparaged?
How can you declare the variables function in python?
What is a metaclass in Python?
Does python interact with database?
How can we make a executable file with python script?
How do you split a list into evenly sized chunks?
How can I merge two python dictionaries in a single expression?
What are decorators in python and how do you use them?
Define flask in python?
What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
How do you append to a file in python?