» A keyword is a special reserved words. Each keyword have a special meaning and a specific operation.
» Reserved Keywords cannot use as a variable name.
True | asset | else | global |
raise | nonlocal | False | def |
finally | for | try | in |
None | class | elif | if |
or | not | and | continue |
del | from | return | is |
as | break | except | import |
pass | lambda |