/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 vote254 views3 answers
- 4 votes250 views2 answers
- 4 votes249 views2 answers
- 1 vote244 views2 answers
- 37 votes249 views6 answers
- 0 vote287 views1 answer
- 3 votes250 views2 answers
- 4 votes253 views2 answers
- 102 votes247 views6 answers
- 3 votes234 views1 answer