First time here? Check out the FAQ!
answered 2017-01-07 14:22:55 +0100
You have to "remove the brackets" of your list, so that the input of function is not a single list of four symbols, but four symbols (note the star before vars):
function
vars
sage: f=function('f')(*vars) sage: f f(x, y, z, t)