1 > 0 == True -
1 > 0 == True -> False
Roy Smith roy at panix.comThu Jan 30 13:46:18 EST 2014
- Previous message (by thread): 1 > 0 == True -> False
- Next message (by thread): 1 > 0 == True -> False
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 :-)
- Previous message (by thread): 1 > 0 == True -> False
- Next message (by thread): 1 > 0 == True -> False
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list