An identifier is a name having a few letters, numbers and special characters _ (underscore).
It should always start with a non-numeric character.
It is used to identify a variable, function, symbolic constant, class etc.
Ex : –
X2
PI
Sigma
matadd
full_name
Python is case sensitive programming language.
d is not equal to D
t is not equal to T
devopschool is not equal to Devopsschool
devopschool is not eqaul to DEVOPSSCHOOL
Python Advance Tutorial for Beginners with Demo 2020 ( PART – 01 ) — By DevOpsSchool
Python Advance Tutorial for Beginners with Demo 2020 ( PART – 02 ) — By DevOpsSchool
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024