python-by-phitron

Reserved Keywords in Python

Here are some important keywords in Python:

1 2 3 4 5 6
True False None class finally is
return continue for lambda try def
from nonlocal while and del global
not with as elif if or
yield assert else import pass break
except in raise