import Tkintertop = Tkinter.Tk()quit = Tkinter.Button(top, text='Hello World!',command=top.quit)quit.pack()Tkinter.mainloop()