在python中使用sleep函數設置延時函數,具體方法如下:
sleep:sleep()函數的作用是用于推遲調用線程的運行,可通過參數secs指秒數,表示進程掛起的時間。
sleep()函數語法:
time.sleep(t)
參數:
t:推遲執行的秒數。
sleep()函數使用方法:
import timeprint "Start : %s" % time.ctime()time.sleep( 5 )print "End : %s" % time.ctime()
import time
print "Start : %s" % time.ctime()
time.sleep( 5 )
print "End : %s" % time.ctime()
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529