#暂停一秒输出。 程序分析:使用 time 模块的 sleep() 函数。#time模块的sleep()函数,所以首先要导入time模块'''import timeprint(123)time.sleep(3)print(112)'''