__init__
: The constructor method. It is called when an object is created from a class and it allows the class to initialize the attributes of the class.
__init__
: The constructor method. It is called when an object is created from a class and it allows the class to initialize the attributes of the class.