/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
- 9 votes158 views3 answers
- 0 vote152 views1 answer
- 0 vote144 views1 answer
- 0 vote142 views1 answer
- 8 votes161 views1 answer
- 15 votes150 views3 answers
- 21 votes100 views16 answers
- 4 votes138 views1 answer
- 0 vote131 views1 answer
- 11 votes136 views2 answers