/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 vote216 views1 answer
- 1 vote209 views1 answer
- 0 vote192 views1 answer
- 0 vote195 views1 answer
- 24 votes260 views6 answers
- 2 votes209 views1 answer
- 1 vote146 views2 answers
- 2 votes202 views2 answers
- 1 vote205 views2 answers
- 0 vote264 views1 answer