Making the Grade: Space after docstring in last method in loops.py

This commit is contained in:
Metallifax
2022-02-21 16:47:42 -04:00
committed by BethanyG
parent f2ce06ed97
commit 9987dad33d

View File

@@ -63,4 +63,5 @@ def perfect_score(student_info):
:param student_info: list of [<student name>, <score>] lists
:return: first `[<student name>, 100]` or `[]` if no student score of 100 is found.
"""
pass