/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
- 17 votes170 views3 answers
- 0 vote187 views1 answer
- 7 votes155 views2 answers
- 1 vote172 views1 answer
- 0 vote144 views2 answers
- 22 votes139 views2 answers
- 13 votes151 views6 answers
- 0 vote160 views1 answer
- 1 vote195 views2 answers
- 0 vote161 views1 answer