单项选择题
在Python中,如何在列表中插入元素?()
A.list.add(index,element)B.list.append(element)C.list.insert(index,element)D.C和B都对
单项选择题 在Python中,如何查找字符串中的子串?()
单项选择题 在Python中,如何从字符串中删除特定字符?()
单项选择题 在Python中,如何返回函数的多个值?()