Q&A Discussies
Wi-Fi stands for what?
1 Stem
1 AntwoordJavascript restart prog
6 Stemmen
2 AntwoordenHow do people hack?
-3 Stemmen
5 AntwoordenKnow few tricks on hacking!!!!?
5 Stemmen
2 AntwoordenIn 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 Stem
3 AntwoordenHow this code can be re-writed?
0 Stemmen
1 AntwoordBad practices?
0 Stemmen
1 AntwoordPopulair vandaag
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