0
我希望在python中實現定時器,但是找不到任何有用的文章。 我的主要目的是實現以下邏輯:如何在Python中實現定時器
`timer -> 60 seconds to zero
#do stuff
if the user selects to manually reset the timer -> start the time loop again
if user exits -> exit the time loop
reset the timer and again do above steps`
正在尋找物品/執行上述邏輯語法的信息。
什麼你在工作環境?用戶是否通過終端,GUI或瀏覽器與您的程序進行交互? – tiwo
類似:http://stackoverflow.com/questions/10154568/postpone-code-for-later-execution-in-python-like-settimeout-in-javascript – tiwo
使用'time.tme()'? –