/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 vote276 views1 answer
- 0 vote265 views1 answer
- 0 vote276 views1 answer
- 1 vote283 views1 answer
- 34 votes299 views6 answers
- 11 votes288 views5 answers
- 0 vote309 views1 answer
- 0 vote334 views1 answer
- -3 votes326 views3 answers
- 14 votes286 views2 answers