to sleep the execution in python script code example Example: delay time python import time time.sleep(5) # sleeps for 5 seconds