Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

waiting in python. time , sleep

from time import sleep, time
sleep(1) # it is gonna sleep 1 sec. you can change the time if you want

# --- there are two ways you can do it. you can choose whatever you want

import time 
time.sleep(1) # it is gonna sleep 1 sec. you can change the time if you want
Source by www.journaldev.com #
 
PREVIOUS NEXT
Tagged: #waiting #time #sleep
ADD COMMENT
Topic
Name
1+7 =