How to delay time in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to delay time in Python?

23rd Feb 2018, 1:28 PM
Jjjjjjjj
Jjjjjjjj - avatar
4 Answers
+ 2
you question is not clear
23rd Feb 2018, 1:41 PM
Amaras A
Amaras A - avatar
+ 2
I'm trying yo say how yo do the program wait for example 3 seconds.
23rd Feb 2018, 1:44 PM
Jjjjjjjj
Jjjjjjjj - avatar
+ 1
time.sleep is your friend there
23rd Feb 2018, 1:44 PM
Amaras A
Amaras A - avatar
0
import time time.sleep(10)
23rd Feb 2018, 2:03 PM
Toni Isotalo
Toni Isotalo - avatar