+ 1
How can I close unnecessary windows? (Tkinter)
Good day! I am learning to write programs with the Tkinter graphic interface. I met with the problem that when you open a new window, the previous one does not close. How can this be organized? Thanks in advance
1 ответ
+ 6
You can try hide previous window.