def extract_arguments(fh):
    r = float(fh.readline().strip())
    return r