[code=python] ¶
>>> import textwrap ¶
>>> end.join(textwrap.wrap(body, chunklen)) ¶
[/code]