view python/closure.py @ 766:fb03f2527562

remove this; it shouldnt be necessary
author Jeff Hammel <k0scist@gmail.com>
date Sat, 16 Jan 2016 15:30:41 -0800
parents 6ae566bb1a99
children
line wrap: on
line source

directory = 'foo'
bar = lambda: directory
directory = 'fleem'
print bar()