第17128题 单选题
下列给定Python代码的输出结果是什么?
a = [5,1,3,4]
print(sorted(a,reverse = True))
A

[5, 1, 3, 4]

B

[5, 4, 3, 1]

C

[4, 3, 1, 5]

D

[1, 3, 4, 5]

程序运行统计
暂无判题统计