Computer Science, asked by agamjot5193, 1 day ago

What isKeywords in phyton

Answers

Answered by krishnarakshit365
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