Python provides a convient method for extracting the entire contents of a file and storing it into a string list
Consider the following example program which produces a double spaced version of the text file myreport.txt by inserting a blank line between each existing line.