Make two different python files, one called 'Reader' and another called 'Writer'. 'Writer' asks the user for 5 numbers and writes them all to a file, one per line. 'Reader' reads the numbers from the file written by 'Writer' and print the sum of them. (Approx. lines of code: 10-15)