第15285题 判断题
执行Python代码print(list(filter(lambda n:n%5,range(10))))后是否将输出[0, 5]?
A

正确

B

错误

程序运行统计
暂无判题统计