Sunnan wrote:
Terry Reedy wrote:
Gee, what about 0.0 < a < 1.0 < b < 2.0? I see both as synthesized
multinary operators, but your are right in that this combination does
act differently than a+b+c.
Is < really multinary in python? It looks binary to me, just like +.
(a+b)+c
(((0.0 < a) < 1.0) < b ) < 2.0
Go on. Try it with a bunch of different values.
--
Robert Kern
[EMAIL PROTECTED]
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
--
http://mail.python.org/mailman/listinfo/python-list