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ß
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
Salut tout le monde
1 Votes
How can i isntall modules
1 Votes