/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 vote187 views1 answer
- 0 vote192 views1 answer
- 0 vote229 views1 answer
- 0 vote152 views1 answer
- 1 vote199 views1 answer
- 22 votes240 views6 answers
- 19 votes200 views3 answers
- 0 vote216 views1 answer
- 2 votes256 views1 answer
- 2 votes250 views1 answer