We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8d020 commit f1a064bCopy full SHA for f1a064b
exercises/concept/making-the-grade/loops.py
@@ -50,7 +50,7 @@ def letter_grades(highest):
50
51
52
def student_ranking(student_scores, student_names):
53
- """Organize the student's rank, name, and grade information in ascending order.
+ """Organize the student's rank, name, and grade information in descending order.
54
55
:param student_scores: list - of scores in descending order.
56
:param student_names: list - of string names by exam score in descending order.
0 commit comments