Update exercises/concept/making-the-grade/.meta/exemplar.py

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
This commit is contained in:
Metallifax
2022-02-21 17:08:04 -04:00
committed by BethanyG
parent 14756216b2
commit a026a0b544

View File

@@ -26,7 +26,7 @@ def count_failed_students(student_scores):
def above_threshold(student_scores, threshold):
"""Count the number of student scores and determine how many performed the best based on the provided threshold.
"""Determine how many of the provided student scores were 'the best' based on the provided threshold.
:param student_scores: list of integer scores
:param threshold : integer