Q. Which of the following uses the id() function in Python?
β
Correct Answer: (A)
id() returns the object identifier
Explanation: Each object in Python has a unique identifier. The id() function returns the identifier of the object.