Dyskusje Q&A
Skipping 3
-1 Głos
13 odpowiedziSkipping lessons
1 Głos
3 odpowiedziSkipping modules
0 głosów
1 OdpowiedźSkipping a tag in JS
0 głosów
12 odpowiedziSkipping lines on ruby
0 głosów
1 OdpowiedźCounting by 15s
1 Głos
3 odpowiedziIn 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 Głos
3 odpowiedziPopularne dzisiaj
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes
Need a friend to study with
0 Votes
HTML community, HELP!!
0 Votes
What's doctype htMl
2 Votes
I am a super beginner
0 Votes