Death to tuples!

Paddy paddy3118 at netscape.net
Mon Nov 28 16:33:43 EST 2005


I would consider
 t =  ([1,2], [3,4])
to be assigning a tuple with two list elements to t.
The inner lists will be mutable but I did not know you could change the
outer tuple and still have the same tuple object.

- Pad.




More information about the Python-list mailing list