Multiple Choice
What is the output of the following program :
I = 0
While i < 3:
Print I
I += 1
Else:
Print 0
A) 0 1 2 3 0
B) 0 1 2 0
C) 0 1 2
D) Error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: What is the output of the following
Q17: What is the output of the following
Q18: What is the output of the following
Q19: What is the output of the following
Q20: Suppose t = (1, 2, 4, 3),
Q22: What is the output of the following
Q23: What is the output of the following
Q24: What is the output of the following
Q25: What is the output of the following
Q26: Predict the output of following python programs<br>Dictionary1