Get your own Python server Result Size: 625 x 565
x
 
a = 200
b = 33
if a > b: print("a is greater than b")
"a is greater than b"