/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
- 2 votes158 views3 answers
- 31 votes165 views4 answers
- 0 vote168 views2 answers
- 1 vote164 views1 answer
- 14 votes207 views2 answers
- 2 votes221 views1 answer
- 2 votes163 views1 answer
- 1 vote175 views1 answer
- 8 votes162 views3 answers
- 1 vote170 views1 answer