题目:暂停一秒输出
程序分析:使用 time 模块的 sleep() 函数。
import time for i in range(4): print(str(int(time.time()))[-2:]) time.sleep(1)
请你一定不要停下来 成为你想成为的人
感谢您的阅读,我是LXL