/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 vote355 views1 answer
- 0 vote342 views1 answer
- 1 vote377 views1 answer
- 2 votes389 views2 answers
- 0 vote328 views1 answer
- 0 vote349 views1 answer
- 7 votes307 views3 answers
- 0 vote282 views1 answer
- 5 votes349 views3 answers
- 92 votes336 views3 answers