Обсуждения
Django from Solo Learn
1 голос
3 ответовThe “If” is confusing.
2 голосов
5 ответовValid codes to surpass error?
0 голосов
1 ответCan't understand the output.
0 голосов
2 ответовGoing further with learning
2 голосов
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 ответовThe innermost
3 голосов
4 ответовАктуальное сегодня
Java IDE for building a game.
1 Votes
Where is code bit
0 Votes
a phone or a laptop
0 Votes
Certificates
0 Votes
Regarding platform
1 Votes
Inquiry for img code
0 Votes