标签:bsp nbsp TE style col show python class filter
show2 = list(filter(lambda x:x % 2,range(20))) print(show2)
python filter函数
原文地址:https://www.cnblogs.com/ssxsy/p/9127516.html