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