On Saturday, September 17, 2016 at 2:05:49 PM UTC+12, Peng Yu wrote:
> x, y = y, x

It’s just syntactic sugar for

    (x, y) = (y, x)
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to