Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 420 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 420 Bytes

Intro To OOP Activity

This repo is the activity for the Intro to Object Oriented Programming.

Directions

In this activity you will implement a Student class and a function, get_student_with_more_classes, based on the clues from in the code located in main.py. Think about what attributes and methods are being used and being called in the code.