Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 458 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 458 Bytes

HW4: Documentation and Style

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.)