Python:是否可以将句子分成两行?

Tha*_*ray 0 python

Sentence = "the heart was made to be broken"
Run Code Online (Sandbox Code Playgroud)

如何使用Python分割句子以在单独的行中显示?(每行4个字)

Line1: the heart was made
Line2: to be broken
Run Code Online (Sandbox Code Playgroud)

有什么建议?