Default Constructor
- The "class" keyword creates a "class object". The default constructor of these classes are their own names.
- The actual code is implemented in the
__new__
method of theobject
. - Calling the constructor will create an "instance object".