PREV NEXT
Python Keywords:
- Python Keywords are reserved words
- Every keyword has unique identity
- We should not use keywords as a variable and function names
| True | finally |
| asset | for |
| else | try |
| global | in |
| raise | None |
| nonlocal | class |
| False | elif |
| def | if |
| or | is |
| not | as |
| and | break |
| continue | except |
| del | import |
| from | pass |
| return | lambda |
