Assignment 5
Due: 9:00 am, Fri 9 FebRead
- Think Python chapter 4
Do
- Submit Mini Project 1 by pushing your work to your repository.
- Complete Reading Journal 5.
In order to submit RJ5, you need to commit your work in shapes.py
as well:
$ cd ReadingJournal
$ git add reading-journal-05.ipynb
$ git add shapes.py
$ git commit -m "Completed reading journal 5"
$ git push origin master