I need help with this homework, description below:Ask user for a file with integer numbers (one number in a row). If the file does not exist, print a message and finish.Make an empty list. Read each row, delete the new line character (method strip()), convert it to integer and append into the list. If the row does not contain an integer, skip it and continue with next.Print the greatest number or a message for an empty list.Write all the numbers and their difference from the greatest number to a new .csv file in formnumber; difference.ExampleInput file:87-18-100-5515-2-8890112173-14-38Output file:87;3-18;108-100;190-55;14515;75-2;92-88;17890;011;7921;6973;17-14;104-38;128
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here