Intro to Programming using Python
Unit 07 Video 6: The __init__() Method
Instructor: John B. Schneider
Description: We employ the __init__() method in a class statement so that we can assign values to an object's attributes when the object is created.