Junior — Senior
Creating a decorator for adding parameters
livecode
Task condition
Develop a decorator that assigns new arguments or parameters to a function. The decorator should accept any additional values and make them accessible inside the function to which it is applied.