print(10 > 9) print(10 == 9) print(10 < 9) result = 5 + 5 == 10 print(result)
Click Run to execute this code.