show2 = list(filter(lambda x:x % 2,range(20))) print(show2)
python filter函数
原文:https://www.cnblogs.com/ssxsy/p/9127516.html