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