here\'s my GUI code:
from tkinter import * root = Tk() root.title("hello worlds") btn = Button(root, text="hello worlds", command=bi.exit) b