Get your own Python server Result Size: 625 x 565
x
 
a = (1, 5, 3, 9)
x = max(a)
print(x)
9