/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
- 5 votes236 views6 answers
- 1 vote230 views1 answer
- 16 votes238 views6 answers
- 20 votes246 views6 answers
- 1 vote259 views1 answer
- 1 vote301 views1 answer
- 1 vote268 views1 answer
- 0 vote237 views1 answer
- 23 votes322 views3 answers
- 5 votes236 views2 answers