def Join(array, separator=' '): return separator.join(str(x) for x in array)