On 6/12/07, HMS Surprise <[EMAIL PROTECTED]> wrote: > Thanks for the explaination. It didn't seem natural and from the > tutorial I read: > > A value can be assigned to several variables simultaneously: > > >>> x = y = z = 0 # Zero x, y and z > > > Maybe I infer too much.... >
And yet, your answer is right there. "A value can be assigned to several variables simultaneously" When you say want a value assigned to several variables, Python doesn't assume that you actually mean you want 2 different values assigned to them. -- http://mail.python.org/mailman/listinfo/python-list