A repository containing the examples from the worksheet.
pract10.py
- A file containing the examples from the worksheet.lect10.py
- A file containing the example from the lecture. Copy the contents of this file into yours and run the test functions to see how the classes work.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.