+ 32
Tell answer and explain.
In python challenge there is a question where we have to delay time. (don't know exact question because i removed history). And fill in the blanks are like this: Import ____ _________(something) Here first we import time module and then what should i do? *some challengers like Ozair Khan MiKoLađłđŹIDLE etc. Can you please help me...
8 Respostas
+ 17
import time
time.sleep(seconds)
This will delay or wait n seconds before executing the next program or the next lines of codes after it.
+ 14
import time
time.sleep(time);
+ 13
Krish [less active] âïž thanks
+ 6
time.sleep(5) , program will sleep for 5 seconds
+ 1
To learn more about it
https://www.studytonight.com/JUMP_LINK__&&__python__&&__JUMP_LINK
0
https://code.sololearn.com/ck9jpFKPpQrR/?ref=app
He used loop for delay))
How will you(to all) do delay when not having functions?
- 2
hi
- 2
hi