Обсуждения
Are they in Python?
2 голосов
1 ответWhat is "break" used for in a loop?
3 голосов
4 ответовWi-Fi stands for what?
1 голос
1 ответJavascript restart prog
6 голосов
2 ответовHow do people hack?
-3 голосов
5 ответовKnow few tricks on hacking!!!!?
5 голосов
2 ответов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 ответовHow this code can be re-writed?
0 голосов
1 ответBad practices?
0 голосов
1 ответАктуальное сегодня
Best language?
0 Votes
Bro can you fix yt error?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
Bug in Completing AI Practice
0 Votes
Duration of heart refilling
0 Votes