The constructor method looks like __init__() and allows us to set unique values for the class variable's when we create an instance.
__init__()
Make sure to pick __init__.
__init__