Hello, On Fri, 12 Feb 2021 18:26:53 +1100 Chris Angelico <[email protected]> wrote:
> On Fri, Feb 12, 2021 at 6:24 PM Paul Sokolovsky <[email protected]> > wrote: > > ... And on the 2nd thought, that won't work. The reason it works in > > JS is that it doesn't have tuples. In Python, "(a, b) => (1, 2)" > > means "compare a tuple for greater-or-equal". > > Should be safe actually - "=>" is not a valid comparison operator. LOL, indeed. Always look for small thinkos in big reasonings ;-). Thanks! > > ChrisA -- Best regards, Paul mailto:[email protected] _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/WTJ5PJACBCF6TBBUSQUVKUOHF2GCJFRE/ Code of Conduct: http://python.org/psf/codeofconduct/
