Robotics & Artificial Intelligence
Answer
Python is a case sensitive programming language, which means it differentiates between the uppercase and lowercase letters. In Python, the keywords are case sensitive and all the keywords (except True, False and None) are in lowercase and they must be written as it is. Python is also case sensitive when it deals with identifiers. For example, Num and num are considered to be two different identifiers in Python.