A repository containing the examples from the worksheet.
pract4.py
- A file containing the examples from the worksheet. Copy the contents of this file into your file and run the functions to see what they do.README.md
- This file..gitignore
- A file telling git to ignore certain files (e.g..pyc
files). You do not need to worry about this file for now.textFiles
- A folder containing the text files used in the examples:quotation.txt
,spending.txt
andrainfall.txt
.