Can any one give me count down code? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Can any one give me count down code?

My code aren't working!

26th Apr 2023, 5:38 AM
Otaku
Otaku - avatar
10 Respostas
+ 11
Otaku , > to get the code run, it has to be *formated properly* > using sleep() is *NOT* supported in sololearn playground > to use sleep() we need to import time module > the code then is doing the countdown, and printing "happy new year" in each loop cycle. if it should print the output only once when the countdown is finished, move it outside the loop.
26th Apr 2023, 6:22 AM
Lothar
Lothar - avatar
+ 8
Hi Otaku, we need more information to help you. As Yasin wrote, can we see a code? Can you please also read these and maybe update your question. https://www.sololearn.com/discuss/3021159/?ref=app https://code.sololearn.com/W3uiji9X28C1/?ref=app https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
26th Apr 2023, 5:45 AM
Ausgrindtube
Ausgrindtube - avatar
+ 5
Otaku Share your code
26th Apr 2023, 5:39 AM
Yasin Rahnaward
Yasin Rahnaward - avatar
+ 1
for seconds in range(10, 0, -1):print(seconds) time.sleep(1) print("happy new year")
26th Apr 2023, 5:45 AM
Otaku
Otaku - avatar
+ 1
Hello! As Ausgrindtube said, read those links and upload your code to your question, so we can answer your question
26th Apr 2023, 5:55 AM
Ugulberto SƔnchez
Ugulberto SƔnchez - avatar
+ 1
Ok
26th Apr 2023, 6:00 AM
Otaku
Otaku - avatar
+ 1
Share your code using code playground
26th Apr 2023, 9:07 AM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 1
import time -> have you imported time??? for seconds in range(10, 0, -1): print(seconds) time.sleep(1) print(ā€œhappy new yearā€)
26th Apr 2023, 10:18 AM
Ugulberto SƔnchez
Ugulberto SƔnchez - avatar
+ 1
Sony Hossain this is not what otaku was asking for
26th Apr 2023, 3:35 PM
Ugulberto SƔnchez
Ugulberto SƔnchez - avatar