
Identifiers in Python
Python keywords cannot be used as entity names. The name given to a variable, class, or function in Python is called an identifier. But there are some rules for writing identifiers.
Rules for a valid identifier name
1. A keyword cannot be used as an identifier.
2. An identifier can