CS 115 Lab 12, Fall 2016
Deadlines
- Writeup and code (lab12c.py): Tu 11/29/2016 at 2 PM
- Demo (parts A and C): Any lab section, workshop, or open tutoring session before Tu 11/29 at 2 PM.
Goals
Upon successful completion of this lab, you should be able to understand and write programs that define and use simple Python classes
Lab Instructions
Follow the links below to complete each part of this lab.
Setup
- Practice: classes
- Define a Student class
- Write client code for Student class
- Submit your code