MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the use of id() function in python? |
| A. | id returns the identity of the object |
| B. | every object doesn’t have a unique id |
| C. | all of the mentioned |
| D. | none of the mentioned |
| Answer» B. every object doesn’t have a unique id | |