Q. What is the output of the following code?
Code:
print(max('welcome to mcqbuddy.com'))
β
Correct Answer: (C)
y
Explanation: Python considers ‘z’ as the maximum value in a string and ‘space’ as the minimum value.