Google News
logo
Python - Interview Questions
What is the purpose of id() function in Python?
The id() is one of the built-in functions in Python.
Signature: id(object)
It accepts one parameter and returns a unique identifier associated with the input object.
Advertisement