Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to use the sleep function in python

import time

#Your code here before the sleep function
time.sleep("""The amount you want to sleep for in seconds""")
#Your code here after the sleep function
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sleep #function #python
ADD COMMENT
Topic
Name
7+4 =