def add_value(a, b, c):
    tot = a + b + c 
    return tot 