题目:暂停一秒输出。
import time
print('The time is :', time.ctime())
time.sleep(1) #睡眠1秒钟然后在输出
print('The time is :',time.ctime())
题目:暂停一秒输出。
import time
print('The time is :', time.ctime())
time.sleep(1) #睡眠1秒钟然后在输出
print('The time is :',time.ctime())
15万+

被折叠的 条评论
为什么被折叠?