Exercise: Forward *args and **kwargs

The wrapper must accept any arguments and pass them straight through to the wrapped function. Use *args and **kwargs in both the signature and the call.
Python
Setting up Python environment...
Output