Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Cennik
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
i = 0 while 1==1: print(i) i = i + 1 if i >= 5: print("Breaking") print("Finished") break
loops
0 głosów
10 odpowiedzi
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 Głos
3 odpowiedzi
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 głosów
2 odpowiedzi
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 głosów
7 odpowiedzi
7th Jul 2017, 5:00 PM
Asad Ullah Hashmi
For repeating something infinitely
1==1:
clt+c")
print("press
while
1 Głos
1 Odpowiedź
2nd May 2017, 2:22 PM
sumit gupta
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Popularne dzisiaj
Should i learn python more or HTML?
2 Votes
How to start learning Python programming?
1 Votes
how much time will it take to learn python OOP if i spend 1 hour everyday
0 Votes
Is it good for student to study C++ first?
0 Votes
Active learner
0 Votes
Does solving a code coach actually give XPs?
4 Votes
Code challenge
0 Votes
A Little Question Here!
1 Votes
finding my compiler path
0 Votes
(Resolved) Error: Gcc undefined reference to sha 256 🙄🤦🏽♀️
1 Votes