time.sleep(sec) forces the current process to sleep for the number of seconds specified by the floating-point number secs : Time : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Time »

 

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


import time

time.sleep(.5)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Module
» Time