#!/usr/bin/env python3 # Accept a file path as a command line argument # Open the file and read all integers into a list (1 integer per line) # If the file does not exists print an error: # print "Error: unable to open file." # Do not expect all lines to be integers # Print the sorted list with one number per line