1 > 0 == True -> False

Roy Smith roy at panix.com
Thu Jan 30 13:46:18 EST 2014


On Thursday, January 30, 2014 9:56:19 AM UTC-5, Jussi Piitulainen wrote:

> There's nothing to parenthesize in x <= y < z = w

Hmm....

>>> x <= y < z = w
  File "<stdin>", line 1
SyntaxError: can't assign to comparison

I don't think any number of parentheses will help that :-)



More information about the Python-list mailing list