/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
- 12 votes103 views10 answers
- 0 vote99 views1 answer
- 2 votes122 views2 answers
- 1 vote111 views1 answer
- 9 votes95 views2 answers
- 0 vote99 views1 answer
- 22 votes149 views3 answers
- 110 votes98 views6 answers
- 0 vote97 views1 answer
- 3 votes107 views4 answers