/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 votes87 views1 answer
- -1 vote91 views1 answer
- 1 vote101 views1 answer
- 0 vote86 views1 answer
- 0 vote143 views2 answers
- -1 vote140 views1 answer
- 1 vote91 views1 answer
- 0 vote52 views1 answer
- 0 vote102 views1 answer
- 1 vote114 views1 answer