/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 vote139 views1 answer
- 0 vote125 views1 answer
- 0 vote151 views1 answer
- 1 vote134 views1 answer
- 1 vote92 views1 answer
- 13 votes142 views5 answers
- 0 vote140 views1 answer
- 0 vote136 views1 answer
- 0 vote141 views1 answer
- 0 vote162 views1 answer