demo_ref_min2.py:
x = min("Mike", "John", "Vicky") print(x)
➜ begtut>python demo_min2.py
John