Vidyalelo
Python · Q96

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 96

Q96

Suppose list1 is [2445,133,12454,123], what is max(list1)?

A.
2445
B.
133
C.
12454
Answer
D.
123

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board