python_ref_max_2.py:
x
 
x = max("Steve", "Bill", "Elon")
print(x)