A name in python program is called as Identifier. The name may be a variable name, or a function name, or a class name etc.
Example:
x=10
here x is an identifier
def f1():
pass
Here the function name f1 is an identifier
class Simple(Exception): # class name Simple is identifier
Note:
The underscore symbol(_) starts with any identifier, then that is private.
If two underscore symbol(__) starts with any identifier then it is strongly private.
Silan Software is one of the India's leading provider of offline & online training for Java, Python, AI (Machine Learning, Deep Learning), Data Science, Software Development & many more emerging Technologies.
We provide Academic Training || Industrial Training || Corporate Training || Internship || Java || Python || AI using Python || Data Science etc