def f(x,y,z): if x+y == z: return True else: return False