摘要: open(f_name,'r',encoding="utf-8") 二·函数基础 1. from functools import reduce def Sum(x,y): return x+y print(reduce(Sum,[1,2,3,4,5,6])) # from functools im 阅读全文
posted @ 2018-03-26 22:31 Roc_Atlantis 阅读(210) 评论(0) 推荐(0) 编辑