F&A Diskussionen
What does the 'cout' operator do?
2 Stimmen
2 AntwortenPlease explain.
0 Stimmen
2 AntwortenWhat is the code for this?
1 Stimme
1 AntwortI need help with the output?
1 Stimme
1 AntwortWorking on Files
0 Stimmen
2 AntwortenWhy this code has no output?
0 Stimmen
1 AntwortIn 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 AntwortenHeute heiß
What's wrong in my code?
4 Votes
App Development
1 Votes
HTML
1 Votes
GUI-Based Python code in Webpage
2 Votes
Introduction of html
0 Votes
CSS or Tailwind
1 Votes
Web Developer Job?
1 Votes