python filter函數

show2 = list(filter(lambda x:x % 2,range(20)))
print(show2)
相關文章
相關標籤/搜索