I was reading the programming Reddit tonight and came across this
(http://reddit.com/info/6gwk1/comments/):

>>> ([1]>2)==True
True
>>> [1]>(2==True)
True
>>> [1]>2==True
False

Odd, no?

So, can anyone here shed light on this one?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to