python3 filter().py
"""模块:python3 filter().py功能:python3 过滤函数。参考:https://www.runoob.com/python3/python3-func-filter.html知识点:1.filter(function, iterable), Python3 内置函数filter() 函数用于过滤序列,过滤掉不符合条件的元素,返回一个迭代器对象,如果要转换为...