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 d0d7e5d commit 3b70736Copy full SHA for 3b70736
1 file changed
exercises/concept/making-the-grade/.docs/instructions.md
@@ -97,7 +97,7 @@ student_ranking(student_scores, student_names)
97
Although a "perfect" score of 100 is rare on an exam, it is interesting to know if at least one student has achieved it.
98
99
Create the function `perfect_score()` with parameters `student_scores` and `student_names`.
100
-The lists are the same as in task 5.
+The lists are the same as in task 4.
101
The function should `return` _the first_ `<name>` (as a string) of the student who scored 100 on the exam.
102
103
If no 100 scores are found, an empty string `""` should be returned.
0 commit comments