Python Keywords
![]() |
| Python Keywords |
Python Keywords are reserved words that have a certain meaning for the compiler/interpreter. Each keyword has a different meaning and specific functionality. These keywords can't be used as a variable and any identifier.
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 |
Python Keywords
Reviewed by Sk Jha
on
January 06, 2019
Rating:
Reviewed by Sk Jha
on
January 06, 2019
Rating:


No comments: