I\'ve already looked at this question on representing strings in Python but my question is slightly different.
Here\'s the code:
>>> class W
There are probably no amazing way.
def strjoin(glue, iterable): return glue.join(str(s) for s in iterable)