Examveda

What will be the output of the following Python code?
>>>max("what are you")

A. error

B. u

C. t

D. y

Answer: Option D


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Comments (1)

  1. Vishakha Singh
    Vishakha Singh:
    2 months ago

    Max is tuple and list function.

Related Questions on Strings in Python