blob: ce28c8a70bd0360893e1951e7fef48fb8c21c913 [file] [log] [blame]
def function():
foo = 1
gen_expr = (bar for bar in xrange(10))
print foo