Tkinter python quit/exit crash Tkinter python quit/exit crash tkinter tkinter

Tkinter python quit/exit crash


Try this:

root = Tk()Exit = Button(root, text = "Quit", command = root.quit).grid(row = 6, column = 1)

in the root.quit() I took out the parenthesis. See if that solves the problem