Exercise: Decorator that doubles the result

Build the wrapper so it calls the underlying function and returns twice the value. Then apply the decorator to five.
Python
Setting up Python environment...
Output