Syntax: pointers versus value

John J. Lee jjl at pobox.com
Wed Jul 30 14:31:54 EDT 2003


Danny Castonguay <castong at mathstat.concordia.ca> writes:

> Simple question but I can't find the answer.  Using an example:
[...]
> object.  How then, do I duplicate the two objects; ie make a copy of
> the object that listA is pointing to and have listB point to that
> object.
[...]

http://www.python.org/doc/FAQ.html#4.38


John




More information about the Python-list mailing list