Saved Bookmarks
| 1. |
.37. Which python built in functionreturns the unique number assignedto an object?O identifyO idoO return()O refl) |
|
Answer» The ID() function RETURNS a UNIQUE id for the SPECIFIED object. All objects in Python has its own unique id. The id is assigned to the object when it is created. Hope it HELPS. |
|