Computer Science, asked by harshrajgaikwad6193, 3 months ago

.
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 ishuishanigupta
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 kaushalyashiware
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