码迷,mamicode.com
首页 > 其他好文 > 详细

复习map\filter\reduce\file

时间:2018-04-29 16:58:33      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:read   lam   nbsp   utf-8   lte   pen   color   fun   data   

# # # s=[1,2,3,4]
# # # print(list(map(str,s)))#字符串输出
# # from functools import reduce#reduce 需要导入
# # s=[1,2,3,4]
# # res=reduce(lambda x,y:x+y,s,3)
# # print(res)
# name=[‘ali‘,‘blia‘]
# res=filter(lambda x:  not x.endswith(‘a‘),name)
# print(list(res))#过滤掉a结尾的
f=open(eze.py,a+,encoding=utf-8)#读写
# data=f.read()
# print(data)
f.write(你好,这是a+内容)
f.close()

 

复习map\filter\reduce\file

标签:read   lam   nbsp   utf-8   lte   pen   color   fun   data   

原文地址:https://www.cnblogs.com/wfl9310/p/8971304.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!