access the identity : id « Buildin Function « Python Tutorial






l = [1,2,3]

print id(l)








13.24.id
13.24.1.access the identity
13.24.2.whether objects are being changed
13.24.3.lists can be modified without replacing the original object
13.24.4.Displaying an object's location, type and value.