[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Question about lambda and variable bindings

Terry Reedy

3/2/2008 6:32:00 AM


"Michael Torrie" <torriem@gmail.com> wrote in message
news:47CA160C.3000305@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