基础库
该模块提供于时间相关的模块。
建议使用datetime下的time包,而不是这个。
样例
# 导入包 In [12]: import time # 睡眠20s In [13]: time.sleep(20)