"""""" from Tkinter import * ### (1) root = Tk() ### (2) root.mainloop() ### (3)