/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 vote211 views1 answer
- 0 vote152 views1 answer
- 12 votes160 views6 answers
- 0 vote153 views1 answer
- 4 votes166 views1 answer
- 0 vote175 views1 answer
- 0 vote107 views1 answer
- 0 vote197 views1 answer
- 0 vote189 views1 answer
- 1 vote153 views1 answer