Hi Chris

Thank you for your prompt reply. You wrote

> Incorrect. The short-circuiting behaviour ends at any sort of
> grouping. It's like how "a < b < c" is not equivalent to "(a < b) <
> c", nor to "a < (b < c)".

You've told me that my answer B is wrong. But you've not provided your
correct answer. I'd be most grateful if you could tell me what are the
equivalences between the 12 expressions I provided.

-- 
Jonathan
_______________________________________________
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