Warning of missing side effects

Arnaud Delobelle arnodel at googlemail.com
Sat May 2 10:07:23 EDT 2009


Dave Angel <davea at ieee.org> writes:

> Python allows multiple assignments in the same statement, but they're
> all to the same object.

Unless they are to different objects:

    a, b = 1, 2

-- 
Arnaud



More information about the Python-list mailing list