lambda

Antoon Pardon apardon at forel.vub.ac.be
Thu Jan 13 07:53:55 EST 2005


Op 2005-01-13, Tim Leslie schreef <tim.leslie at gmail.com>:
> Because if it takes more than a single line it deserves a name.

So if I have a call with an expression that takes more than
one line, I should assign the expression to a variable and
use the variable in the call?

But wait if I do that, people will tell me how bad that it
is, because it will keep a reference to the value which
will prevent the garbage collector from harvesting this
memory.

Besides python allows more than one statement on the same line.

-- 
Antoon Pardon



More information about the Python-list mailing list