All keywords in Python are defined in ……………
1 Like
lowercase letters
Reason — In Python, all the keywords (except True, False and None) are in lowercase and they must be written as it is, since Python is a case-sensitive language.
Answered By
In Python, …………… mode is used to write a program file.
In which language is Python written?
Which of the following is not a Python keyword?
Which is the default Python command prompt?