摘要: 1 def f(x): 2 return x * x 3 4 5 """将一个全是数字的list变成平方形式""" 6 7 8 def f2(): 9 ls = [1, 2, 3, 4, 5] 10 r2 = map(f, ls) 11 print(list(r2)) 12 13 14 """将list的值均变为字符串""" 15 ... 阅读全文
posted @ 2018-09-11 19:20 jiyanjiao 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 历时三周这个小框架终于正式运行了,git源码地址;https://github.com/jiyanjiao/AutoTEST/tree/master/qingqi_driver_app 报告如图: 阅读全文
posted @ 2018-09-11 11:56 jiyanjiao 阅读(596) 评论(0) 推荐(0) 编辑