def extract_arguments(fh):
    equation = fh.readline().strip()
    return equation