Exercise: Decorator that records every call

Inside the wrapper, append the positional arguments tuple to calls, then call the wrapped function and return its result.
Python
Setting up Python environment...
Output