Mega Code Archive

 
Categories / Python Tutorial / Buildin Function
 

Access the identity

l = [1,2,3] print id(l)