Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python wait 5 seconds then display

from time import sleep
sleep(2)   
print("hello world")
 
PREVIOUS NEXT
Tagged: #python #wait #seconds #display
ADD COMMENT
Topic
Name
1+2 =