不挂科搜题免费

问题:

多选题:Python中哪些内置函数可以用来获取列表中的元素?

选项

  • len()

  • list.pop()

  • list.remove()

  • list.index()

  • 答案:

    B、D