Reserved Words Or Keyword in Python 3.10 | #03 |
What is Keyword (Reserved Words)?
Keywords are the words that are already reserved and we can not use them as variables, or any other identifier name.
From These keywords, each keyword has pre-assigned their significant role or work or function.so, we can not use them as variable or name of the identifier. (if we use them as variable or name of identifier then Python interpreter may generates Error!!)
Comments
Post a Comment