import Tkintertop = Tkinter.Tk()label = Tkinter.Label(top, text='Hello World!')label.pack()Tkinter.mainloop()