Content deleted Content added
No edit summary |
No edit summary |
||
Line 2:
== Example ==
In the example that follows there is a nested function <code>inner</code> defined in the scope of another function <code>outer</code>. The variable <code>x</code
<source lang=python>
def outer():
|