python filter函数

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

 

posted @ 2018-06-02 23:34  爬虫爬一个  阅读(212)  评论(0编辑  收藏  举报

人生在与折腾、在于学习、在于进步