To add this flexibility to our classes, we start by adding the construction function, which looks like __init__().
__init__()
Make sure to pick __init__, followed by (, and finally ).
__init__
(
)