Comment

Davina

In Python 2.x you can also use "lambda (x, y): (x, y.lower())", which is a function excepting a tuple, that will be unpacked before the function body executes