Python wyświetla tekst w etykiecie na nowej linii

label = Label(text="This is a really long text; " * 5, wraplengt=200)
label.pack()
Hello There