python filter函数

Posted 爬虫爬一个

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python filter函数相关的知识,希望对你有一定的参考价值。

show2 = list(filter(lambda x:x % 2,range(20)))
print(show2)

 

以上是关于python filter函数的主要内容,如果未能解决你的问题,请参考以下文章

python函数_map()filter()和reduce()

Python函数式编程 map reduce filter

Python入门教程第38篇 filter()函数

Python 之内置函数:filter、map、reduce、zip、enumerate

python之lambda,filter,map,reduce函数

Python常用内置函数整理(lambda,reduce,zip,filter,map)