Terry Reedy wrote:
> Program performance might be noticeable if 'x' is something like a.b.c.d
> that takes some lookup time.  But again, I would use the += form for
> readability without testing run time.

Would x=x + 1 be more readable, regardless of the background(whether
being introduced to the += form in some other language like C before) ?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to