python map函数

t = list(map(lambda x:x**2,range(1,11)))
print(t)

 

posted @ 2018-06-02 23:32  爬虫爬一个  阅读(359)  评论(0编辑  收藏  举报

人生在与折腾、在于学习、在于进步