Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python code to wait

# You need to import time first
import time
#now you have time you can make time wait/sleep
time.sleep(10)
#time will wait/sleep for 10 seconds
 
PREVIOUS NEXT
Tagged: #python #code #wait
ADD COMMENT
Topic
Name
3+2 =