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ß
Help please?
4 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
Game development
0 Votes