📜  python sleep 1 分钟 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:01.954000             🧑  作者: Mango

代码示例3
import time
###60 sec=1 min
time.sleep(60)