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