.
37. Which python built in function
returns the unique number assigned
to an object?
O identify
O ido
O return()
O refl)
Answers
Answered by
3
The id() function returns a unique id for the specified object. All objects in Python has its own unique id. The id is assigned to the object when it is created.
Hope it helps.
Answered by
0
Explanation:
The id() function returns a unique id for the specified object. All objects in Python has its own unique id. The id is assigned to the object when it is created.
Similar questions