0 votes
in Python by
Read the below program code carefully,

print(max("zoo 145 com"))  

What will be the output of this program?

a) 145

b) 122

c) a

d) z
...