Keywords are the reserved words whose meaning is already defined, you cannot use them as constant or variable or any other identifier names. All the Python keywords are in lowercase letters.
and | assert | break | class |
continue | def | del | elif |
else | except | exec | finally |
for | from | global | if |
import | in | is | lambda |
not | or | pass | |
raise | return | try | while |
with | yield |