

McqMate
Q. |
numbers = [1, 2, 3, 4]
|
A. | 4 |
B. | 5 |
C. | 8 |
D. | 12 |
Answer» B. 5 | |
Explanation: a list is passed in append so the length is 5. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet