Текст отображения Python в метке на новой линии

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