+ 10
Can we remove master in tkinter?
Can we remove master in tkinter?
2 Respostas
+ 3
Yes, we can remove the fart master.
By calling the master.destroy method.
import tkinter
master = tkinter.Tk()
master.destroy()
Or did you mean something else?
+ 10
Seb TheS yeah, that is what I wanted actually