wheres pythonmonks <wherespythonmo...@gmail.com> wrote:

> 2.  There is something like map(lambda x: int(x).... without all the
> lambda function call overhead.  (e.g., cast tuple)?

Yes there is: "lambda x: int(x)" is just a roundabout way of writing "int"


-- 
Duncan Booth http://kupuguy.blogspot.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to