0
Question on max()
Can max() function work on a string? What i mean can it output the longest word on some sentence E.g names = ("Anthony","David", "Eva") # If i put max(names), will it print "Anthony"?
3 Respostas
+ 2
Ervan
yes it will work but will check ASCII value of 1st character so Eva will be output.
0
Im sorry but what is ASCII?