判断题

执行Python代码 print(list(filter(lambda n:n % 5 == 0,range(10)))) 后将输出 [0, 5] 。(   )

A 正确
B 错误
赣ICP备20007335号-2