Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to stop python for certain time in python

import time
How_long = 5
time.sleep(How_long)
print("Look I got printed after 5 seconds")
 
PREVIOUS NEXT
Tagged: #stop #python #time #python
ADD COMMENT
Topic
Name
4+1 =