Li-Fan Chen says to YSITD
def concat(a,b): (a和b合併) 對於所有的list a, b. len(concat(a,b)) = len(a) + len(b)