4.
Which of the following is not a Python reserved word?
iterate
c
continue
ese
break
Answers
Answered by
21
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.
Answered by
0
Option a) Iterate is not a Python reserved word.
- Reserve words are akin to keywords that have a definite meaning and are pre stored in the language. Their function is predefined.
- They help the program to understand what the user wants.
- Since they have meanings, they cannot be used in place of variables.
- Iterate is a regular word used taking multiple items in sequence in Python.
Similar questions
English,
5 months ago
Math,
5 months ago
Social Sciences,
5 months ago
Math,
10 months ago
Math,
1 year ago