Computer Science, asked by smanu5696, 9 months ago

What Are Reserved Words In Python

Answers

Answered by Khoosh4484
1

Answer:

Reserved words (also called keywords) are defined with predefined meaning and syntax in the language. These keywords have to be used to develop programming instructions. Reserved words can't be used as identifiers for other programming elements like name of variable, function etc.

Similar questions