[Python-Dev] PEP 572: Assignment Expressions (original) (raw)

Anthony Flury anthony.flury at btinternet.com
Fri Apr 20 21:38:04 EDT 2018


I am entirely new to this list, but if I can I would like share my comments :

                can become :

stuff = [[y := f(x), x/y] for x in range(5)]

So - overall from me a conditional +1 - conditions as above; if they are not possible then -1 from me.

-- Anthony Flury email : Anthony.flury at btinternet.com Twitter : @TonyFlury <https://twitter.com/TonyFlury/>



More information about the Python-Dev mailing list