[EMAIL PROTECTED]:

> def f(a, b, c):
>     map(int, [a, b, c])
>     ...code...
>
> What it does is to: "verify that three parameters can all be converted
> into integers, but it doesn't modify the parameters themselves" as the
> OP asked.

I would probably put that map in an assert statement, to make the
intention clearer.

-- 
Björn Lindström <[EMAIL PROTECTED]>
Student of computational linguistics, Uppsala University, Sweden
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to