def extract_arguments(fh):
    inputs = [line.strip() for line in fh.readlines()]
    return inputs