题库 Python题库 题目列表 体育成绩出来了,体育老师将分数存在了python列表中:...
单选题

体育成绩出来了,体育老师将分数存在了python列表中:scores = [88, 92, 75, 90],体育老师想要将分数从小到大排序,应该怎么做?( )

A.

scores.sort()

B.

scores.sorted()

C.

scores.reverse()

D.

scores.max()

题目信息
2025年 6月 选择题
100%
正确率
0
评论
5
点击