Path: blob/master/source/python/design_simple_closure.rst
1241 views
============== Simple Closure ============== Question -------- Simple closure function in python. Solution -------- .. literalinclude:: ../../languages/python/design_simple_closure.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/design_simple_closure.py :language: python :codesite: ideone Explanation =========== .. seealso:: * :python-suggest-improve:`design_simple_closure.py` * :python-better-explain:`design_simple_closure.rst`