demo_ref_max2.py:
x = max("Mike", "John", "Vicky") print(x)
C:\Users\My Name>python demo_max2.py
Vicky