[Python] Operatore sum

Lawrence Oluyede l.oluyede a gmail.com
Mar 17 Feb 2009 09:59:32 CET


On Tue, Feb 17, 2009 at 9:48 AM, Luca Bacchi <bacchilu a gmail.com> wrote:
> So che potrei fare diversamente... Ma vorrei adottare questa soluzione. :-)

import operator
reduce(operator.add, [A(1), A(2)])

:-)

-- 
Lawrence, http://oluyede.org - http://twitter.com/lawrenceoluyede
"It is difficult to get a man to understand
something when his salary depends on not
understanding it" - Upton Sinclair


Maggiori informazioni sulla lista Python