Exercise: Enclosing Scope
In this exercise, the function
outer
returns the result of inner
. x
within inner
from the enclosing function and multiply it with the local variable y
.Premium
Python
Setting up Python environment...
Output