python模块-time

tima.sleep(秒数)
time.time()  # 获取当前时间
# 计时方法
start = time.time()
sbsbsb
end = time.time()
一共消耗了 = end - start