Result Size: 625 x 571
โ€‹x
 
a = 33
b = 200
โ€‹
if b > a:
  print("b is greater than a")
โ€‹
b is greater than a