Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python TIme Wait

 #So to time wait You have to import time
import time
print("hello")
time.sleep(1)  #This Will stop the code and Display bye after 1 second.
print("Bye")
 
PREVIOUS NEXT
Tagged: #Python #TIme #Wait
ADD COMMENT
Topic
Name
3+7 =