/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
- 13 votes124 views5 answers
- 1 vote134 views1 answer
- 0 vote175 views2 answers
- 6 votes132 views5 answers
- 0 vote131 views1 answer
- -1 vote133 views1 answer
- 0 vote135 views1 answer
- 12 votes139 views3 answers
- 0 vote128 views1 answer
- 1 vote137 views1 answer