In Python it is possible to "reuse" variable names in function definitions. For example, one can define the function f(x,y) = x^2 + y as follows:
d