Cours
Cours
Compilateur de code
Compilateur de code
Discuter
É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
How
5 Votes
Most asked 3.0
0 Votes
Print("hello ,world!"[7:13][2])
0 Votes
can python make a flappy bird game
2 Votes
is python better than JS
0 Votes
Can anyone confirm this sololearn bug ?
0 Votes
How long does it take to learn to code or design?
0 Votes
Python Module in Sololearn
2 Votes
Is There Another Easy Solution?#2
1 Votes
Would it be possible to store all your Python files in the same directory, and achieve data persistence?
0 Votes