Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
i = 0 while 1==1: print(i) i = i + 1 if i >= 5: print("Breaking") print("Finished") break
loops
0 Vote
10 Réponses
17th Dec 2017, 2:31 AM
Rohit Raj
i = 0 while 1==1: print(i) i = i + 1 if i >= 5: print("Breaking") break print("Finished")
loops
1 Vote
3 Réponses
23rd Feb 2018, 9:48 PM
Deepak Kumar
Could anyone explain me the output? i = 0 while 1==1: print(i) i = i +1 print("Finished") Output: 0 Finished 1 Fi
output
python
4 Votes
2 Réponses
19th Jul 2020, 6:40 PM
Dheeraj Mittal🇮🇳
What is while true .I know that while 1==1: writes code infinity but I don't know the use of while true why is it use what is it
true
while
0 Vote
7 Réponses
7th Jul 2017, 5:00 PM
Asad Ullah Hashmi
For repeating something infinitely
1==1:
clt+c")
print("press
while
1 Vote
1 Réponse
2nd May 2017, 2:22 PM
sumit gupta
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
What's wrong in my code?
4 Votes
App Development
1 Votes
GUI-Based Python code in Webpage
3 Votes
HTML
1 Votes
Is python better than javascript?
1 Votes
I'm still new, help me about my image code
0 Votes
My candy crush clone is static I need help guys
0 Votes
Web Developer Job?
1 Votes
My Missing Courses
1 Votes
What will be the output of this code?
1 Votes