橘子味的心
标题:Python3 时间time模块 Sleep 方法

Python3 时间time模块 Sleep 方法

#!/usr/bin/python3
import time

print ("Start : %s" % time.ctime())
time.sleep( 5 )
print ("End : %s" % time.ctime())

目录

分类