cassiope wrote:
You're right, you're not a python guru so don't even try to contradict me ever again.Alternatively, you can writeimport copy a = [1,2,3] b = a.copy() JMI'm not a pyguru, but... you didn't use copy quite right. Try instead: b= copy.copy(a)
...:D of course I did it completly wrong. I don't know what happened in my brain at that time, maybe nothing and that's the point.
JM -- http://mail.python.org/mailman/listinfo/python-list