Below is the list of Python keywords/reserved words and you cannot use them as constant or variable or any other identifier names.
All the Python keywords contain lowercase letters only.
| And | exec | Not |
| Assert | finally | or |
| Break | for | pass |
| Class | from | |
| Continue | global | raise |
| def | if | return |
| del | import | try |
| elif | in | while |
| else | is | with |
| except | lambda | yield |
No comments:
Post a Comment