Question about lambda and variable bindings

Terry Reedy tjreedy at udel.edu
Sun Mar 2 01:31:30 EST 2008


"Michael Torrie" <torriem at gmail.com> wrote in message 
news:47CA160C.3000305 at gmail.com...
|I need to use a lambda expression

Lambda expressions are a convenience, not a necessity.  When having a 
problem, it sometimes helps to revert to the unabbreviated def statement.

tjr






More information about the Python-list mailing list