Exercise: Decorator with a parameter

Build repeat(times): it returns a decorator that calls the wrapped function times times and returns the list of results.
Python
Setting up Python environment...
Output