McqMate
Q. |
Suppose list1 is [3, 4, 5, 20, 5, 25, 1, 3], what is list1.count(5)? |
A. | 0 |
B. | 4 |
C. | 1 |
D. | 2 |
Answer» D. 2 | |
Explanation: execute in the shell to verify. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet