Open In App
Related Articles

Python | Functions | Question 6

Improve Article
Improve
Save Article
Save
Like Article
Like

Which of the following is the use of id() function in python?
(A) Id returns the identity of the object
(B) Every object doesn’t have a unique id
(C) All of the mentioned
(D) None of the mentioned


Answer: (A)

Explanation: Each object in Python has a unique id. The id() function returns the object’s id.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Last Updated : 28 Jun, 2021
Like Article
Save Article
Similar Reads