which keywords are in uppercase in python?
Answers
Answered by
2
Answer:
Python Keywords are those which are reserverd by Python. You can not use it as variable, class or function name. Python keywords are case sensitive. True, False and None are in uppercase all others are in lowercase.
Explanation:
hope it helps
Answered by
1
Answer:
Python Keywords are those which are reserverd by Python. You can not use it as variable, class or function name. Python keywords are case sensitive. True, False and None are in uppercase all others are in lowercase
Similar questions