McqMate
Q. |
Suppose list1 is [2, 33, 222, 14, 25], What is list1[-1]? |
A. | error |
B. | none |
C. | 25 |
D. | 2 |
Answer» C. 25 | |
Explanation: -1 corresponds to the last index in the list. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet