How Do I pass values say 12,32,34 to formula x+y+z in python without assigning manually? I have tried using **args but the results is none def myFormula(*args): lambda x, y: