A constructor initializes an instance of a class (instance object) using the _init()_ method
Add parameters to the constructor to initialize the instance attributes
You can also provide default values to the parameters
The self parameter saves arguments passed to the constructor as instance attributes
Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!