Q. Which of the following is the use of id() function in python? (Solved)
1. id returns the identity of the object
2. every object doesn’t have a unique id
3. all of the mentioned
4. none of the mentioned
- a. id returns the identity of the object