in python2/alibabacloud_darabonba_array/client.py [0:0]
def concat(raw, sep): if raw and sep: return raw.extend(sep) return raw if raw else sep