Get your own Python server Result Size: 625 x 565
x
 
a = 2
b = 330
print("A") if a > b else print("B")
B