Janela GUI Close GUI Python Tknter

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