Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Python by (47.6k points)

I would like to know how to put a time delay in a Python script.

1 Answer

0 votes
by (106k points)

You can use the time module for making a program for sleep time in Python:-

import time 

time.sleep(5) 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
+2 votes
2 answers
asked May 23, 2019 in Python by Anvi (10.2k points)

Browse Categories

...