第26699题 判断
Python代码 print(sorted(range(10),key=lambda x:x%5)) 执行时将报错。
A

正确

B

错误