Intellipaat 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
0 votes
1 answer

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...