Due Thr Sep 12th 1) Open a file named 'input.txt'. If the open fails ... kill the program. 2) Make a list of the lines of the file. 3) Print the first line from the file. 4) Print the last line from the file. 5) Print the number of lines from the file. 6) Print every line that is less than 5 letters long. 7) Sort the file (that's just one line of code). 8) Print the alphabetically first line of the file. 9) Print the alphabetically last line of the file.