I have an input file that contains several lines of text, some of which are blank lines separating indented paragraphs.
I want to print one line of output for each word in the input file using readline() . Could someone provide an example of code that does this ? Thanks