McqMate
| Q. |
What will be the output of the following
|
| A. | 0 1 2 3 |
| B. | 0 1 2 2 |
| C. | 3 3 3 3 |
| D. | error |
| Answer» A. 0 1 2 3 | |
| Explanation: the value of a[0] changes in each iteration. since the first value that it takes is itself, there is no visible error in the current example. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet