MCS-178: Project 1 Gradesheet
Fixing the bugs (60 pts)
- Fixing all errors in
buggyLab.py
so that it runs correctly. (30 pts).
- Fixing all errors in
group.py
so that it runs correctly. (30 pts).
Documentation (40 pts)
- Adding helpful docstrings and contracts in functions in
buggyLab.py
. (10 pts).
- Adding helpful docstrings and contracts in methods in
group.py
. (10 pts).
- Adding helpful additional comments in both files,
group.py
and buggyLab.py
. (10 pts).
- Showing a successfull run of your files in
transcript.txt
(10 pts).
Total: 100 pts