Computer Science
Which Python built-in function returns the unique number assigned to an object?
- identity( )
- id( )
- refnum( )
- ref( )
Python Data Handling
11 Likes
Answer
id( )
Answered By
1 Like
Related Questions
Which of the following are datatypes considered as Numbers in Python.
Consider the following sequence of statements:
a = 35
m = a
Following the execution of these statements, Python has created how many objects and how many references?
The operator used to check if both the operands reference the same object memory, is the .......... operator.
For two objects x and y, the expression x is y will yield True, if and only if