Files
practical-python/Work/README.md
2020-05-27 15:45:07 -05:00

9 lines
318 B
Markdown

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