摘要: import time def fun(bian): ###装饰器 def fun_1(): ##定义 start_time = time.time() bian() stop_time = time.time() print('it is run %s'%(stop_time-start_time 阅读全文
posted @ 2018-03-13 16:06 滕虎 阅读(88) 评论(0) 推荐(0) 编辑
摘要: ## abs python 内置的函数 求绝对值 阅读全文
posted @ 2018-03-13 11:09 滕虎 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-03-13 10:47 滕虎 阅读(84) 评论(0) 推荐(0) 编辑