[Tutor] join - was best way to tokenize [was script too slow]

Michael Janssen Janssen@rz.uni-frankfurt.de
Wed Feb 26 17:25:16 2003


On Wed, 26 Feb 2003, Jeff Shannon wrote:

> ' '.join(seq)

> ... read it as "use this string to join together the
> elements of this sequence" ...

Hey, that helps me. Until now, i have read it as "this works the other
way round as you believe and has to look odd to work proper" ;-)

Thanks for your explanation of the reasons for the implementation.

Michael