Join = lambda x, s=' ': __import__('functools').reduce(lambda a, b: a + s + b, x)