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 AntwortenArray
-1 Stimme
2 AntwortenHeute heiß
Functions in python
2 Votes
Html 5 document question
1 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes
Is this realistic enough?
1 Votes
Python
0 Votes
Need friends
0 Votes
Python
0 Votes