In Python using tkinter
, what is the difference between root.destroy()
and root.quit()
when closing the root window?
Is one prefered over the other? Does one release resources that the other doesn't?
question from:https://stackoverflow.com/questions/2307464/what-is-the-difference-between-root-destroy-and-root-quit