Saved Bookmarks
| 1. |
. 37. Which python built in functionreturns the unique number assignedto an object?O identifyO idoO return()O refl) |
|
Answer» 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. |
|