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