Teks tampilan python di label pada baris baru

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