python filter函数

show2 = list(filter(lambda x:x % 2,range(20)))
print(show2)
相关文章
相关标签/搜索