[Tutor] faster way for adding many strings

Menno Simons mennosimons@gmx.net
Tue, 17 Sep 2002 11:54:09 +0200


Hi,

what is the faster way: appending many strings to a list and then joining=
=20
them, or writing to StringIO and then getvalue()?

willi