Texto de exibição python na etiqueta na nova linha

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