Guess the output of this code. Mar 27, 2006 - imvu, python # Python names = ['foo', 'bar', 'baz'] fns = [lambda: n for n in names] print [f() for f in fns] Guess the output of this code, answers. - NextPrevious - I finally broke down. Have a comment? Send me an email or tweet. follow on Mastodon follow with Feedly RSS for the rest Imported Comments [?] egometry on Mar 28, 2006 "Syntax error: missing semicolon at line (1)" thespeedbump on Mar 28, 2006 You fail at Python. rizen on Mar 28, 2006 I wonder why that is. sufianrhazi on Mar 29, 2006 how bizarre...
"Syntax error: missing semicolon at line (1)"
You fail at Python.
I wonder why that is.
how bizarre...