Identifiers in Python
An identifier is a name given to entities like class, functions, variables, etc. It helps to differentiate one entity from another
Rules for Identifiers in Python
Alphabet Symbols (Either Upper case OR Lower case)
If Identifier is start with Unders...
sreekeshv.hashnode.dev1 min read