imvu, python
# Python names = ['foo', 'bar', 'baz'] fns = [lambda: n for n in names] print [f() for f in fns]
From Uncategorized
“Syntax error: missing semicolon at line (1)”
You fail at Python.
I wonder why that is.
how bizarre…
Name (required)
Mail (will not be published) (required)
Website
Add to Google Reader
(RSS for the rest of us)
March 28th, 2006 at 4:57 am
“Syntax error: missing semicolon at line (1)”
March 28th, 2006 at 10:17 am
You fail at Python.
March 28th, 2006 at 11:52 am
I wonder why that is.
March 28th, 2006 at 8:27 pm
how bizarre…