Keywords in Paython
Advertisements
Keywords in Python
Keywords are special reserved words which have predefined meaning. Each keyword have a special meaning and a specific operation. Give below keywords are used in python;
| True | False | and |
| asset | def | None |
| as | class | from |
| continue | break | finally |
| global | elif | del |
| for | if | else |
| except | import | raise |
| pass | return | or |
| nonlocal | try | in |
| lambda | is | not |
Google Advertisment
