Python Keywords
Python Keywords are special reserved words which convey a special meaning to the compiler/interpreter. Each keyword have a special meaning and a specific operation. These keywords can't be used as variable. Following is the List of Python Keywords.
| True | False | None | and | as | 
| asset | def | class | continue | break | 
| else | finally | elif | del | except | 
| global | for | if | from | import | 
| raise | try | or | return | pass | 
| nonlocal | in | not | is | lambda | 

