Mega Code Archive

 
Categories / Python Tutorial / Buildin Module
 

Time sleep(sec) forces the current process to sleep for the number of seconds specified by the floating-point number secs.t

import time time.sleep(.5)