sum and strings

Paul Rubin http
Fri Aug 25 11:18:25 EDT 2006


Neil Cerutti <horpner at yahoo.com> writes:
> So there isn't, it seems, a practical way of implementing the
> sum(list of strings) -> ''.join(list of strings optimization.

''.join may not be the right way to do it, but obviously there are
other ways.  This isn't rocket science.



More information about the Python-list mailing list