Hello,

What I propose is not
a = +5 (see the space between the = and + sign)
but
a =+ 5 (no space between the = and + sign, and there is a space between + and 5)

Exactly the same notation (only reversed) as the current assignment operators.


Best regards,

JM


On 12-11-2016 20:15, אלעזר wrote:

On Sat, Nov 12, 2016 at 10:08 PM João Matos <[email protected] <mailto:[email protected]>> wrote:


    What I would like to propose is the creation of the reverse:
    a =+ c is the same as a = c + a

a =+5  already means a becomes 5

    a =- c is the same as a = c - a

 a =-5  already means a becomes -5

Elazar

_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to