Is Python Case Sensitive When Dealing With Identifiers?

Yes, Python is case-sensitive while dealing with identifiers.
Python is a case sensitive language, that means python
and Python
are not the same. Always keep that in mind.

Multiple words can separated using underscore, this_is_an_example.
Subscribe
Login
Please login to comment
0 Discussion