标签:list span pre print bsp col range style pytho
t = list(map(lambda x:x**2,range(1,11))) print(t)
python map函数
原文地址:https://www.cnblogs.com/ssxsy/p/9127505.html