Comparison Operators result in Python Why in Python print(bool(7>8)==False==True) results False, logically it should be True?