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