Kode A GUI
import tkinter as tk
root = tk.Tk()
root.mainloop()
Arrogant Aardvark
import tkinter as tk
root = tk.Tk()
root.mainloop()