F&A Diskussionen
[RESOLVED] Breaking Bug
13 Stimmen
11 AntwortenBRICK BREAKING GAME
3 Stimmen
7 AntwortenWhile loop breaking
1 Stimme
3 Antwortenbreaking tag
0 Stimmen
2 Antwortenbreaking the while [SOLVED]
1 Stimme
9 Antwortenbreaking a while loop
2 Stimmen
3 AntwortenWhile not breaking
0 Stimmen
1 Antwortbreaking out of loops
0 Stimmen
2 AntwortenBreaking and true code
0 Stimmen
1 Antwortisspace() is breaking input?
0 Stimmen
1 AntwortIts not breaking a Loop (Java)
0 Stimmen
11 AntwortenInfinite loop and breaking it.
0 Stimmen
5 AntwortenBreaking down strings in php
1 Stimme
4 AntwortenPython : Breaking nested loop
0 Stimmen
1 AntwortBreaking out of do while loop??
0 Stimmen
3 AntwortenBraking a while loop??
0 Stimmen
13 AntwortenIn the continue Loop -
i = 0
while True:
i = i +1
if i == 2:
print("Skipping 2")
continue
if i == 5:
print("Breaking")
break
print(i)
print("Finished")
It shows the output being
"1
Skipping 2
3
4
Breaking
Finished"
Why are the last three lines not
"Breaking
5
Finished"
Where it shows print(i) after break?
1 Stimme
3 AntwortenHeute heiß
Loops and conditions
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
Any coding competitions?
1 Votes
Rise of AI
1 Votes
Need a personal tutor
0 Votes
Community and feed option
0 Votes