In this exercise you're going to create a class. Don't worry, it's not as complicated as you think!
- A First Look at Classes from the Python 3 documentation.
- How to Define a Class in Python from the Real Python website.
- Data Structures in Python from the Python 3 documentation.