On Wed, Nov 6, 2019 at 6:57 PM Richard Musil <risa20...@gmail.com> wrote: > Second point, I can write := in two keystrokes, but I do not have a dedicated > key for the arrow on my keyboard. Should '<--' also be an acceptable syntax?
No, because "x <-- y" is already legal syntax (it applies unary minus to y twice, then checks whether x is less than the result). ChrisA _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/CWX5LMPRZQH4T55JX6TNMTTL2ZAJWJHA/ Code of Conduct: http://python.org/psf/codeofconduct/