+ 1

Is "identifiers" & "variables" have same meaning ?

4th Oct 2020, 1:58 PM
Crypto Genesis
Crypto Genesis - avatar
3 ответов
+ 4
Tthe definition of identifier is: A Python identifier is a name used to identify a variable, function, class, module or other object. objects can be like range object, map object, generator object,...
4th Oct 2020, 8:22 PM
Lothar
Lothar - avatar
+ 3
Variables have names and values names are identifiers for declaring variables .Functions also have names that is generally called identifiers.
4th Oct 2020, 2:06 PM
HBhZ_C
HBhZ_C - avatar
+ 1
Yes , Variables in python is called identifiers But in the other languages it's called Variables
4th Oct 2020, 2:02 PM
Muhammad Galhoum
Muhammad Galhoum - avatar