/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
- 1 vote253 views2 answers
- 0 vote275 views1 answer
- 0 vote312 views1 answer
- 14 votes269 views2 answers
- 0 vote279 views1 answer
- 0 vote270 views1 answer
- 21 votes275 views2 answers
- 25 votes258 views3 answers
- 2 votes267 views1 answer
- 1 vote260 views1 answer