Object Reference question

Hendrik van Rooyen hendrik at microcorp.co.za
Fri Aug 21 02:50:13 EDT 2009


On Friday 21 August 2009 08:07:18 josef wrote:

> My main focus of this post is: "How do I find and use object reference
> memory locations?"

>>> a = [1,2,3,4]
>>> id(a)
8347088
>>>  

- Hendrik



More information about the Python-list mailing list