Hi there,
I have a piece of text that gets handed to me like:
here is line one\n\nhere is line two\n\nhere is line three
What I would like to do is break this string up into three separate variables. I'm not quite sure how one would go about accomplishing this in python.
Thanks for any help, jml