A.__init__ B.__del__ C.__item__ D.__doc__
A.類 B.變量 C.方法 D.函數(shù)
A.[’a’,’b’] B.[1,2,3] C.[’a’,’b’,1,2,3] D.[]