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