Can we remove master in tkinter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Can we remove master in tkinter?

Can we remove master in tkinter?

14th May 2019, 2:32 PM
Zhenis Otarbay
Zhenis Otarbay - avatar
2 Answers
+ 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?
14th May 2019, 9:05 PM
Seb TheS
Seb TheS - avatar
+ 10
Seb TheS yeah, that is what I wanted actually
20th May 2019, 5:22 PM
Zhenis Otarbay
Zhenis Otarbay - avatar