Added Work directory

This commit is contained in:
David Beazley
2020-05-27 15:45:07 -05:00
parent ea22c0913f
commit 960d4fa2fa
17 changed files with 2659 additions and 9 deletions

8
Work/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Work Area
Do all of your coding work here, in the `Work/` directory. A number of starting
files have been given (`bounce.py`, `mortgage.py`, `pcost.py`, etc.) along with
their corresponding exercise number.
Many of the programs you write reference files found in the `Data/` directory.
That is also located here.