I am trying to understand why constructors such as __init__() are used when you can just make a function within a class and use it as normal:
__init__()
cla