Report Bug
Qus :

What will be the output of the following Python code?

>>>max("what are you")

Qus

निम्नलिखित कोड का आउटपुट क्या होगा?

>>>max("what are you")


A. what
B. y
C. a
D. Error


Solution
B. y






Report Bug