Computer Science, asked by sayyadul7248, 1 month ago

Give three examples of words that are reserved in python and cannot be used as a variable.

Answers

Answered by aparupasen2018
0

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