A.[1,2,3,4,5] B.[1,1,2,3,4,5] C.[1,2,3,4,5,1] D.[1,2,3]
A.append B.add C.insert D.app
A.s[6:] B.s[7:] C.s[8:] D.s[9:]