Run »
a = 200 b = 33 if a > b: print("a is greater than b")
"a is greater than b"