Result Size: 625 x 571
demo_ref_max3.py:
x
 
a = (1, 5, 3, 9)
x = max(a)
print(x)
C:\Users\My Name>python demo_max3.py
9