摘要: 一:编写函数,(函数执行的时间用time.sleep(n)模拟) def timer(): start_time = time.time() time.sleep(3) stop_time = time.time() use_time = stop_time - start_time print(u 阅读全文
posted @ 2020-03-23 19:55 小小码农梦还家 阅读(101) 评论(0) 推荐(0) 编辑
摘要: """@作者: egon老湿@微信:18611453110@专栏: https://zhuanlan.zhihu.com/c_1189883314197168128"""# 一:储备知识#1、 *args, **kwargs# def index(x,y):# print(x,y)### def w 阅读全文
posted @ 2020-03-23 19:36 小小码农梦还家 阅读(10) 评论(0) 推荐(0) 编辑