/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
- 33 votes301 views3 answers
- 17 votes363 views6 answers
- 3 votes367 views2 answers
- 0 vote372 views2 answers
- 0 vote343 views1 answer
- -2 votes321 views2 answers
- 0 vote375 views1 answer
- 0 vote371 views1 answer
- 0 vote350 views1 answer
- 1 vote358 views1 answer