python map函数

t = list(map(lambda x:x**2,range(1,11)))
print(t)
相关文章
相关标签/搜索