def createWindow(): global window window = tk.Frame(root, width=400, height=500, bg=\'#202020\') window.pack() def destroyWindow(): window.destroy()