# time delay in python script import time time.sleep(5) # Delays for 5 seconds. time.sleep(0.1) # Time in seconds