F&A Diskussionen
Django from Solo Learn
1 Stimme
3 AntwortenThe “If” is confusing.
2 Stimmen
5 AntwortenValid codes to surpass error?
0 Stimmen
1 AntwortCan't understand the output.
0 Stimmen
2 AntwortenGoing further with learning
2 Stimmen
2 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 AntwortenThe innermost
3 Stimmen
4 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