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.
Premium
Python
Setting up Python environment... Output
Setting up Python environment...