pydoc.join()

pydoc.join(list[, sep]) → string[source]

Return a string composed of the words in list, with intervening occurrences of sep. The default separator is a single space.

(joinfields and join are synonymous)