0
What is the use of 'id' in python?
2 Answers
+ 6
I found this to be a good source of information.
https://stackoverflow.com/questions/15667189/what-is-the-id-function-used-for
- 1
 id() function: Return the âidentityâ of an object. This is an integer (or long integer) which is guaranteed to be unique and constant for this object .