J. Clifford Dyer wrote: > >>> (1 > 0) < 1 > False > >>> 1 > 0 < 1 > True > >>> 1 > (0 < 1) > False > >>> 10 > (0 < 1) > True
I hope you know why this works the way it does. Georg -- http://mail.python.org/mailman/listinfo/python-list
J. Clifford Dyer wrote: > >>> (1 > 0) < 1 > False > >>> 1 > 0 < 1 > True > >>> 1 > (0 < 1) > False > >>> 10 > (0 < 1) > True
I hope you know why this works the way it does. Georg -- http://mail.python.org/mailman/listinfo/python-list