Python GUI Tutorial: How to use pack geometry manager
У вашего броузера проблема в совместимости с HTML5
In this Tkinter tutorial, we are going to explore how to use the pack geometry manager to do basic positioning. The pack geometry manager is one of the simplest ways to position widgets in Tkinter but with simplicity comes difficulty working with more complex layouts. We have two other opinions when it comes to layouts which we will explore in the next couple of tutorials for now we will focus on the pack() method. We will only learn the basic positioning using the pack method