Last modified: Jan 10, 2023 By Alexander Williams
List of keywords and reserved words in Python
A simple reference to all the keywords and reserved words in Python
This is a list of all the keywords and reserved words.
They cannot be used as variable identifiers.
False | def | if | raise |
None | del | import | return |
True | elif | in | try |
and | else | is | while |
as | except | lambda | with |
assert | finally | nonlocal | yield |
break | for | not | |
class | from | or | |
continue | global | pass |