Computer Science, asked by aaniya339, 3 months ago

Python is an open source programming language.
Keywords can be used as variable names.​

Answers

Answered by spkrishnajvm
1

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.

Similar questions