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”.