Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

making a function wait in python

from time import sleep

>>> sleep(4)
 
PREVIOUS NEXT
Tagged: #making #function #wait #python
ADD COMMENT
Topic
Name
7+5 =