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