988
Reserved Words
The following shows the Python keywords.
These are reserved and you cannot use them as constant or variable or any other identifier names.
and | exec | not |
assert | finally | or |
break | for | pass |
class | from | |
continue | global | raise |
def | if | return |
del | import | try |
elif | in | while |
else | is | with |
except | lambda | yield |