Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python delay for 5 seconds

import time #gets the builtin time module
time.sleep(5) #lets the code sleep
 
PREVIOUS NEXT
Tagged: #python #delay #seconds
ADD COMMENT
Topic
Name
7+9 =