add delay to python script code example Example: how to add delay in python import time time.sleep(3) #3s Delay!