>
>
> By the same logic, wouldn't such a naive user also expect:
>
>      a, b, c = 0
>
> to set three variables to 0?
>
>
Let's notice that this syntax is valid:

a = b = c = 0

But for += there is no such direct translation.
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to