McqMate
| Q. |
What is the output of the following program?
|
| A. | [0, 2, 4, 6] |
| B. | [0, 2, 4] |
| C. | [0, 1, 2, 3, 4, 5] |
| D. | Runtime error |
| Answer» B. [0, 2, 4] | |
View all MCQs in
Python ProgrammingNo comments yet