All objects have anidentity, though even this can be a little slippery in some cases. Theidfunction returns a number corresponding to an object's identity (in cpython, it returns the memory address of the object, but other interpreters may return something else). If two objects (that exist...