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 之内置函数:filter、map、reduce、zip、enumerate