A.[’a’,’b’] B.[’a’] C.[’b’] D.程序有錯
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