import time #导入time模块
应用的时候有两种方式来表示时间:
1)时间戳
2)格式化的时间str(字符串)
3)元祖(struct_time)以及calendar
2---time模块讲解