Python | Functions | Question 6

Last Updated :
Discuss
Comments

Which of the following is the use of id() function in python?

Id returns the identity of the object

Every object doesn’t have a unique id

All of the mentioned

None of the mentioned

Share your thoughts in the comments