demo_ref_min2.py:
x = min("Mike", "John", "Vicky") print(x)
C:\Users\My Name>python demo_min2.py
John