Which of the following is the use of id() function in python? code example
Example: id() python
#The id() function returns identity (unique integer) of an object.
#The id() function returns identity (unique integer) of an object.