Name five reserved keywords in Python
Answers
Answered by
0
Answer:
False
True
if
elif
else
Hope this helps :)
Answered by
0
Answer:
none, true, except, return, with
Explanation:
These are the examples of phyton keywords because they are used by python interpreter to understand the program.Keywords define the structure programs.
Similar questions