CS 115 - Lab 12

[Back to CS 115 schedule]


Deadlines

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

  1. Practice: classes
  2. Define a Student class
  3. Write client code for Student class
  4. Submit your code