home
Learn
screen_rotation
print(10 > 9) print(10 == 9) print(10 < 9)
Program Output
True False False