Обсуждения
[RESOLVED] Breaking Bug
13 голосов
11 ответовBRICK BREAKING GAME
3 голосов
7 ответовWhile loop breaking
1 голос
3 ответовbreaking tag
0 голосов
2 ответовbreaking the while [SOLVED]
1 голос
9 ответовWhile not breaking
0 голосов
1 ответbreaking a while loop
2 голосов
3 ответовbreaking out of loops
0 голосов
2 ответовBreaking and true code
0 голосов
1 ответisspace() is breaking input?
0 голосов
1 ответIts not breaking a Loop (Java)
0 голосов
11 ответовInfinite loop and breaking it.
0 голосов
5 ответовPython : Breaking nested loop
0 голосов
1 ответBreaking out of do while loop??
0 голосов
3 ответовBraking a while loop??
0 голосов
13 ответовIn 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 голос
3 ответовАктуальное сегодня
Thread local : global vs local
0 Votes
Postgrrsql and python
0 Votes
Data Analysis Course
1 Votes
Codding lern
0 Votes
Is there LUA?
0 Votes
Web vs python
0 Votes
tabla empleados sql
0 Votes