CS 115 Lab 13, Fall 2016
Deadlines
- Writeup and code (lab13b.py): Tu 12/06/2016 at 2 PM
- Demo (part B): Any lab section, workshop, or open tutoring session before Tu 12/06 at 2 PM.
Goals
Upon successful completion of this lab, you should also be able to understand and write programs using:
- The __str__ and __lt__ methods
- Lists of objects
Lab Instructions
Follow the links below to complete each part of this lab.
Setup and practice
- Define a City class
- Sort City objects
- Submit your code