Keywords in Python.
We can't utilize a watchword as factor name, work name or some other identifier. They are utilized to characterize the linguistic structure and structure of the Python dialect.
In Python, watchwords are case delicate.
There are 33 watchwords in Python 3.3. This number can shift marginally in course of time.
Every one of the watchwords aside from True, False and None are in lowercase and they should be composed all things considered. The rundown of the considerable number of catchphrases are given underneath.
False | class | finally | is | return |
None | continue | for | lambda | try |
True | def | from | nonlocal | while |
and | del | global | not | with |
as | elif | if | or | yield |
assert | else | import | pass | |
break | except | in | raise |
Comments
Post a Comment
If you have any query, please let us know