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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to