使用Python内置的filter()方法来过滤?

2020-01-31T12:13:24
list(filter(lambda x: x % 2 == 0, range(10)))
当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »