annonymous functions -- how to

Peter Otten __peter__ at web.de
Wed May 4 17:08:16 EDT 2005


Mayer wrote:

> I would like to define a very large annonymous function, one with
> several statements in sequence. I know how to define annonymous
> functions, but I don't know how to define a sequence of statements in
> their body. Can this be done in Python? If so, how?

No, it can't. Why do you prefer your function to be anonymous?

Peter




More information about the Python-list mailing list