In this video we will learn about classes and how to define (and use) them
Note: It is hard to see why classes are useful with the small Elevator example, but as I said in the video, for code that are thousands of lines long, putting it into a class really helps.
#class #__init__ #__str__