F&A Diskussionen
Are they in Python?
2 Stimmen
1 AntwortWi-Fi stands for what?
1 Stimme
1 AntwortJavascript restart prog
6 Stimmen
2 AntwortenHow do people hack?
-3 Stimmen
5 AntwortenKnow few tricks on hacking!!!!?
5 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 AntwortenHow this code can be re-writed?
0 Stimmen
1 AntwortBad practices?
0 Stimmen
1 AntwortHeute heiß
Can i code here? Or just learn?
2 Votes
Why Lazy?
1 Votes
Quiz App: Step 3, Restart Button
0 Votes
Running a python code
1 Votes
How to do a responsive page?
1 Votes
PHP
0 Votes
Ai in future
1 Votes
Hola
0 Votes
How To Enable Disable Divs?
0 Votes