/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
- 4 votes341 views1 answer
- 3 votes293 views1 answer
- 79 votes305 views6 answers
- 0 vote320 views1 answer
- 3 votes330 views1 answer
- 18 votes334 views5 answers
- 0 vote362 views1 answer
- 1 vote343 views1 answer
- 0 vote267 views2 answers
- 0 vote317 views1 answer