What isKeywords in phyton
Answers
Answered by
1
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.
Similar questions