A special method that allows initializing properties of the object. The __init__ method is called each time an object of the class is created.
First appear on: challenge 88