课程
/后端开发
/Python
/python进阶
print(filter(lambda s: s and len(s.strip()) > 0, ['test', None, '', 'str', ' ', 'END']))
2017-02-21
源自:python进阶 2-10
正在回答
print()本身就是built-in function,在 python 3中必须用括号才能调用
举报
学习函数式、模块和面向对象编程,掌握Python高级程序设计