Revise your homework 3 to make it PEP8 compliant. Begin by copying your HW3 files into this directory and then add docstrings and make the code PEP8 compliant with pylint. The grading rubric is:
- (2 pt) Module-level documentation.
- (2 pt) Function-level documentation that includes descriptions of arguments and return values.
- (3 pt) pylint score of at > 8. (Include the output from pylint in a file named
pylint.txt
.)