/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
- 4 votes300 views1 answer
- 0 vote339 views1 answer
- 0 vote290 views1 answer
- 0 vote284 views2 answers
- 0 vote288 views1 answer
- 1 vote304 views2 answers
- 5 votes286 views6 answers
- 6 votes294 views4 answers
- 0 vote307 views2 answers
- 41 votes290 views6 answers