以下是等待1分钟的 Python 代码: import time time.sleep(60) 其中,time.sleep 函数可以让程序暂停执行一段时间,单位为秒。在本代码中,暂停的时间为 60 秒,也就是 1 分钟。