t = list(map(lambda x:x**2,range(1,11))) print(t)
python map函数
原文:https://www.cnblogs.com/ssxsy/p/9127505.html