A graphical user interface allows user to interact with a program. In this program we only introduce labels which actually do not support interaction but only serve for displaying messages. We use Tkinter module of Python for this specific program. There are other GUI packages as well. Class LabelDemo defines GUI for our program. It [...]
