PYTHON_101 | RESERVED WORDS
SMARS Learning Platform
42% Complete
PYTHON_101 | RESERVED WORDS
Here is a list of all the reserved words that python understands:
Reserved Words | |||||
---|---|---|---|---|---|
and |
as |
assert |
break |
class |
continue |
def |
del |
elif |
else |
except |
exec |
finally |
for |
from |
global |
if |
import |
in |
is |
lambda |
nonlocal |
not |
or |
pass |
raise |
return |
try |
while |
with |
yield |
True |
False |
None |