Back
I would like to know how to put a time delay in a Python script.
You can use the time module for making a program for sleep time in Python:-
import time time.sleep(5)
import time
time.sleep(5)
31k questions
32.8k answers
501 comments
693 users