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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to