2018-04-15 18:58 GMT+03:00 Steven D'Aprano <st...@pearwood.info>:

>
> [...]
>
> But this time we don't care about the name. Its the value we care about:
>
>     result = some_func(don't care,
>                        don't care -> don't care
>                        don't care -> don't care
>                        don't care(don't care),
>                        HERE IT IS .... ,
>                        ...)
>

This made my day! :) The programming style when you absolutely don't care
:))) I understand that this is a typo but it turned out to be very funny.

In general, I agree with everything you've said. And I think you found a
very correct way to explain why expression should go first in assignment
expression.

With kind regards,
-gdg
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to