print (5 + 2 == 7 and 10 <= 1232 != 10 ^ 100 <= 100) # Why this is bug? # 10 <= 1232 != 10 ^ 100 <= 100 # Both are not equal to each other, This is clear okay # So this should print ture but it print false