第11343题 单选题
请问该Python代码中两次print()函数的打印结果是什么状态?

小明编写了如下4行Python代码:

a = [9,3,7,5,8,4]
print(sorted(a))
a.sort()
print(a)
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析