Lesson 2: __init__ — the constructor and attributes
Last lesson we attached attributes to an object manually, line by line. In this lesson we meet __init__ — a special method that runs automatically every time an object is created and fills in its attributes from the start.