How to call delay in python?? Explain with small code.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to call delay in python?? Explain with small code..

I don't know how to use delay in python help me

18th Jul 2020, 8:43 AM
Nikhil
Nikhil - avatar
1 Answer
+ 7
import time time.sleep(<seconds>)
18th Jul 2020, 8:44 AM
Arnesh
Arnesh - avatar