[Tutor] Converting integers into digit sum (Python 3.3.0)

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Dec 10 19:34:52 CET 2013


On 10/12/2013 18:08, spir wrote:

> There is another standard tool called 'apply' in general, which
> sequentially *performms* the effect of an action on a sequence of
> inputs.

The apply function has been deprecated since 2.3 and never got into 
Python 3.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list