This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57.4 | |
62.3 | |
58.9 | |
48.9 | |
55.0 |
You should complete a pair of programs, or a collection of programs, according to the spec below.
Your programs should follow all the conventions of good Python code (PEP-8). You should include with your work
a README.md
file that clearly explains what work you have done.
You may not use any packages or libraries that are not part of the Python standard library. This means that, for example, you may not use packages from the Python Package Index (PyPi).