[Python-ideas] Reference variable in assignment: x = foo(?)
Corey Sarsfield
subbarker at gmail.com
Thu Jul 11 22:39:49 CEST 2013
I've always found +=, -= and the like to be handy, but I had hoped like so
many other things in python there would be a generic form of this
functionality.
x += 5 could be expressed as x = ? + 5 perhaps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130711/270a561d/attachment.html>
More information about the Python-ideas
mailing list