Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

sleep python

#!/usr/bin/python3
import time

print ("Start : %s" % time.ctime())
time.sleep( 5 )
print ("End : %s" % time.ctime())
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #sleep #python
ADD COMMENT
Topic
Name
6+4 =