Computer Science

Which Python built-in function returns the unique number assigned to an object?

  1. identity( )
  2. id( )
  3. refnum( )
  4. ref( )

Python Data Handling

11 Likes

Answer

id( )

Answered By

1 Like


Related Questions