These are the keywords in Python.
| Keyword | Keyword | Keyword | Keyword |
|---|---|---|---|
| False | None | True | and |
| as | assert | async | await |
| break | class | continue | def |
| del | elif | else | except |
| finally | for | from | global |
| if | import | in | is |
| lambda | match | nonlocal | not |
| while | with | yield | case |
| or | pass | raise | return |
| try |
Note
These are called reserved keywords, and they cannot be used as identifiers (variable names).