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