Joins all the elements of an iterable sequence into a string, separated by the specified separator string.
the separator string placed between each of the items.
a sequence of items to join. Every item inside will be converted into string first before appended to the output.
string
Joins all the elements of an iterable sequence into a string, separated by the specified separator string.