Exercise: Stack two decorators

Apply both add_one and double to value(). The decorator nearest the function runs first, so order matters.
Python
Setting up Python environment...
Output