/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 vote159 views3 answers
- 0 vote133 views1 answer
- 2 votes140 views1 answer
- 0 vote155 views1 answer
- 0 vote175 views1 answer
- 0 vote150 views1 answer
- 0 vote195 views2 answers
- 0 vote151 views1 answer
- 5 votes199 views3 answers
- 3 votes143 views2 answers