def Add(x, y):
    return x + y
def Join(arr,separator=' '):
    return separator.join(arr)