单项选择题
下列哪个是初始化方法()
A._init__ B._del__ C._str__ D._contains__
单项选择题 ’break’[1:]的返回值是()
单项选择题 字符串倒数第二个元素的下标是()
判断题 len([1,2,[3]])的值为3。