高等继续教育 / Python编程
正确率:100%
filter()是一种过滤器,允许我们根据条件逻辑过滤一些值。例如,执行list(filter(lambda x:x> 5,range(8))),可以得到[6,7]。
对
错
对
错
参考答案:
佳题速递: