String Python Tutorial

paragraph = "This is a simple paragraph.\n\
It is made up of of multiple\n\
lines of text."
print paragraph.splitlines(1)