Concept Flow - Creating objects
Define class
Create object
Call __init__ method
Object initialized
Use object attributes/methods
This flow shows how a class is defined, then an object is created which calls the __init__ method to set up the object, making it ready to use.