A small and very basic python question

Dennis nospam at here.com
Sun Apr 27 18:10:49 EDT 2008


Could anyone tell me how this line of code is working:

filter(lambda x: x in string.letters, text)

I understand that it's filtering the contents of the variable text and I 
know that lambda is a kind of embedded function.

What I'd like to know is how it would be written if it was a normal 
function.



More information about the Python-list mailing list