
Keywords in Python
Every programming language has its own set of keywords that are reserved for special purposes. These keywords cannot be used for any other purpose such as variable name or class name.
Python has several keywords and a few rules for writing identifiers. In this tutorial, we will discuss Python keywords.