Skip to content

Commit 3b70736

Browse files
authored
Fix typo
Task 5 -> Task 4
1 parent d0d7e5d commit 3b70736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/making-the-grade/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ student_ranking(student_scores, student_names)
9797
Although a "perfect" score of 100 is rare on an exam, it is interesting to know if at least one student has achieved it.
9898
9999
Create the function `perfect_score()` with parameters `student_scores` and `student_names`.
100-
The lists are the same as in task 5.
100+
The lists are the same as in task 4.
101101
The function should `return` _the first_ `<name>` (as a string) of the student who scored 100 on the exam.
102102
103103
If no 100 scores are found, an empty string `""` should be returned.

0 commit comments

Comments
 (0)