/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 vote159 views1 answer
- 0 vote189 views1 answer
- 2 votes134 views2 answers
- 0 vote157 views1 answer
- 0 vote121 views1 answer
- 7 votes172 views1 answer
- 16 votes132 views1 answer
- 71 votes137 views6 answers
- 2 votes133 views1 answer
- 13 votes123 views5 answers