def function2(x, y):
    value = F1.run(x, y)
    return value[1]
def function1(x, y):
    value = F1.run(x, y)
    return value[0]