/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 vote175 views1 answer
- 0 vote176 views1 answer
- 5 votes230 views1 answer
- 7 votes163 views1 answer
- 0 vote180 views1 answer
- 0 vote199 views1 answer
- 0 vote173 views1 answer
- 0 vote152 views1 answer
- 3 votes178 views1 answer
- 0 vote170 views1 answer