Newbie question about reference

Tim Smith tssmith at velocio.com
Sun Mar 23 08:35:28 EST 2003


danb_83 at yahoo.com (Dan Bishop) wrote:

>The important thing to remember is that the list created by "list =
>[x, y, z]" stores a pointer to the object that y points to (all
>variables in Python are pointers in disguise), and *not* the name or
>address of the variable "y".

This clears it up for me. Thanks.






More information about the Python-list mailing list