When it's run, there was a blank form underneath it, and I wanted to hide it
Pay attention to @Bryan Oakley and @acw1668
The problem can be fixed.
Pay attention to @Bryan Oakley and @acw1668
Move root.withdraw()
after root.geometry(...)
Snippet:
:
root.geometry("340x100+50+500")
root.withdraw()
:
Screenshot: