McqMate
Q. |
Suppose list1 is [3, 5, 25, 1, 3], what is min(list1)? |
A. | 3 |
B. | 5 |
C. | 25 |
D. | 1 |
Answer» D. 1 | |
Explanation: min returns the minimum element in the list. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet