Python Tkinter Schließen Sie GUI -Fenster

from tkinter import *
root=tk.Tk()
root.destroy()
Sleepy Stoat