def test(a,b):
    return a+b
print test(1,1)+test(1,1)
