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