/Python/What will be the output of the following python code? i = 0 while i < 5: print(i) i += 1 if i == 3: break else: print(0)
What will be the output of the following python code? i = 0 while i < 5: print(i) i += 1 if i == 3: break else: print(0)
What will be the output of the following python code? i = 0 while i < 5: print(i) i += 1 if i == 3: break else: print(0)
0
- 0 vote192 views1 answer
- 4 votes163 views1 answer
- 1 vote179 views2 answers
- 1 vote188 views1 answer
- 2 votes184 views1 answer
- 29 votes196 views2 answers
- 0 vote178 views1 answer
- 7 votes225 views5 answers
- 4 votes186 views4 answers
- 0 vote259 views1 answer