Обсуждения
What does the 'cout' operator do?
2 голосов
2 ответовPlease explain.
0 голосов
2 ответовWhat is the code for this?
1 голос
1 ответI need help with the output?
1 голос
1 ответWorking on Files
0 голосов
2 ответовTypes of printing a statement in ruby
2 голосов
1 ответWhy this code has no output?
0 голосов
1 ответIn 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 голос
3 ответовАктуальное сегодня
Functions in python
2 Votes
HTML
1 Votes
For Mobile app
0 Votes
Answer please
0 Votes
I need advice
0 Votes
I need advice
0 Votes