python_ref_min_2.py:
x
 
x = min("Steve", "Bill", "Elon")
print(x)