This is a simple worksheet that shows students how they can use object orientation with Tkinter. The idea of this program is that they can build on the knowledge in the 3 previous lessons. Example ...
In Python's tkinter, 'self' is a 'name tag used to point to the object (component or screen) that you are currently operating on.'The reason 'self' is necessary is so that multiple buttons or screens ...