Assignment 9: Create a script that will read a list of numbers from a txt file. It should then output the following information about each input: 1. The variable type 2. The sum of the input variable and the variable following it (the last variable in the input file should have the first one added to it) 3. The variable to the power of 4 Each variable output should be formatted to fit on one line each and be contained in an output file of the users choosing. Pre condition: Take the name of the input file from the user, the input file MUST only contain a list of numbers, each to its own line. The user must also specify an output file. Post condition: Output a txt file that contains the variable type, sum of the variable and the one following it (periodic), and the variable to the power of 4 for each line of input in the input file. Submit by 11:59pm on Dec 10th to woodford@cita.utoronto.ca