OpenSourceCornell / Spring_2018_WICC_OSC

The Git Workshop for the Spring 2018 WICC and Open Source Cornell Introduction to Open Source event.
1 stars 21 forks source link

passExam #38

Open alexanderGGreenberg opened 6 years ago

alexanderGGreenberg commented 6 years ago

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)

ujnomw commented 6 years ago

Mine