예제 #1
0
def addition2(first, second, third):
    additiondependency.dependantMethod()
    return first + second + third
예제 #2
0
def addition(first, second):
    additiondependency.dependantMethod()
    return first + second