You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the funciton in src/passExam.py with the following specification:
returns True if this student will pass their exam, and False if otherwise.
a student passes their exam if they study for more than 5 hours but less
than 40 (at 40, their brain turns to mush)
The text was updated successfully, but these errors were encountered:
Implement the funciton in
src/passExam.py
with the following specification:The text was updated successfully, but these errors were encountered: