1.

Suppose list1 is [2445,133,12454,123], what is max(list1)?(a) 2445(b) 133(c) 12454(d) 123This question was posed to me in a national level competition.This interesting question is from Lists topic in section Lists & List Comprehension of Python

Answer»

The correct OPTION is (c) 12454

The BEST I can explain: Max RETURNS the maximum ELEMENT in the LIST.



Discussion

No Comment Found

Related InterviewSolutions