When working with classes, we have to think a bit about how to apply inheritance. Suppose we wanted to model a student class in our code.
student
Make sure to pick class, followed by Student:.
class
Student: