All classes in Python have a function called __init__(), which is always executed when the class is being initiated. We can use the __init__() function to assign values to object properties, or other operations