Computer Science, asked by ayesha1278s, 1 day ago

Name five reserved keywords in Python

Answers

Answered by ACCIDENTALYgenius
0

Answer:

False

True

if

elif

else

Hope this helps :)

Answered by ca29espacio
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