This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
1. Log an issue to this repo to alert me of a problem.
2. Suggest an edit yourself by forking this repo, making edits, and submitting a pull request with your changes back to our master branch.
3. Hit me up on Slack at @sonylnagale.
--->
# Unit 3 Lab: Object-Oriented Programming
## Overview
This lesson consists of a hands-on lab during which learners will independently create a working Python program. This lab builds on the previous lab, so starter code (which is the same solution code as the previous lab) is provided for them. You simply need to introduce the lab, make sure they have working starter code, make sure they can access the lab doc, and be available in case of questions. At the end, go over the solution (located in the solution-code folder).
## Learning Objectives
In this lesson, students will:
- Apply what they've learned in Unit 3 to create a working Python program.
## Duration
90 minutes
## Suggested Agenda
| Time | Activity |
| --- | --- |
| 0:00 - 0:05 | Welcome/Set-Up |
| 0:05 - 1:20 | Work Time |
| 1:20 - 1:30 | Q&A + Close |
## Before Class: Preparation
- Before class, complete the lab yourself to ensure you’re familiar with the solution, as well as the various challenges learners might encounter.