-3
I was trying to make a frame appear on the screen on Tkinter, and after a lot, I tried to check the documentation and saw the name "mainloop", when testing it appeared on the screen, which I did not understand, since when I called through the pack it did not work, only when I put this mainloop.
(PS: I checked if it was a different frame instance, but it was the frame instance)
Please would someone please explain to me what this frame mainloop does, because in Tkinter’s own Docs it is very incomplete.