python map函數

t = list(map(lambda x:x**2,range(1,11)))
print(t)
相關文章
相關標籤/搜索