Is there an easy way in python to create an array entry for each paragraph in a text file with the new line character being the demarcation for a new entry?
The idea being that if my doc has 5 paragraphs with a new line between each, there will be 5 separate entries in the array.
Thanks.
Figured it out: