/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 vote223 views1 answer
- 1 vote220 views1 answer
- 0 vote216 views1 answer
- 68 votes203 views6 answers
- 2 votes171 views1 answer
- 1 vote214 views3 answers
- 0 vote202 views1 answer
- 0 vote228 views1 answer
- -1 vote215 views2 answers
- 1 vote214 views1 answer