/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 vote271 views1 answer
- 17 votes274 views2 answers
- 0 vote272 views2 answers
- 16 votes287 views3 answers
- 0 vote279 views1 answer
- 1 vote315 views1 answer
- 0 vote268 views1 answer
- 0 vote279 views1 answer
- 0 vote272 views2 answers
- 0 vote275 views1 answer