Ad

Add two values.

def add(a,b):
    return a+b

Multiple the two attributes

def multiple(a,b):
    return a*b