Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 405 Bytes

Code from Week 7

A repository containing the examples from the worksheet.

Contents

  • pract7.py - A file containing the examples from the worksheet. Copy the contents of this file into yours 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.