str.join() and bytes.join() can support all iterable type arguments.
Better than trying to implement a join (or two) on all iterables.
str.join() and bytes.join() can support all iterable type arguments.
Better than trying to implement a join (or two) on all iterables.