Keywords in python
Keywords are the pre-defined or reserved words in python. we cannot use keywords as identifiers. They are used to define the syntax or structure of python language. There are 35 keywords in python version 3.8. They are as follows :
Note : All the Keywords except True, False and None are in lower case.
Note : All the Keywords except True, False and None are in lower case.
⇐Prev
Next⇒
Comments
Post a Comment