McqMate
Q. |
Suppose list1 is [2445,133,12454,123], what is max(list1)? |
A. | 2445 |
B. | 133 |
C. | 12454 |
D. | 123 |
Answer» C. 12454 | |
Explanation: max returns the maximum element in the list. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet