判断题

Python代码 print(sorted(list(range(10)), key = lambda x:x % 5)) 执行后将输出 [0, 5, 1,6, 2, 7, 3, 8, 4, 9] 。(   )

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