

McqMate
Q. |
What is the output of the following program?
|
A. | [1, 3.1, 5.31, 7.531] |
B. | [7.531, 5.31, 3.1, 1] |
C. | IndexError |
D. | AttributeError: „NoneType‟ object has no attribute „REVERSE‟ |
Answer» B. [7.531, 5.31, 3.1, 1] |
View all MCQs in
Python ProgrammingNo comments yet