What are keywords ? Can keywords be used as
Answers
Answered by
9
Answer:
- Keywords are the reserved words in Python. We cannot use a keyword as a variable name, function name or any other identifier. They are used to define the syntax and structure of the Python language. In Python, keywords are case sensitive.
Answered by
5
Answer:
keyword is a pre defined word that given special meaning to the compiler.
Similar questions