第17198题 判断题
判断运行给定Python代码后list1的值是否为['a',1,2,3,7]

给定Python代码如下:

list1 = [1,3,'a',2,7]
list1.sort()
A

正确

B

错误

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析