Q. What will be the output of the following Python code?
Code:
max("what are you")
β
Correct Answer: (B)
y
max("what are you")
You must be Logged in to update hint/solution