def extract_arguments(fh):
    S = fh.readline().strip()
    T = fh.readline().strip()
    return S, T