+ 1
Is "identifiers" & "variables" have same meaning ?
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,...
+ 3
Variables have names and values names are identifiers for declaring variables .Functions also have names that is generally called identifiers.
+ 1
Yes , Variables in python is called identifiers
But in the other languages it's called Variables