首页题库练习题目详情
Python程序设计单选题中等

下列哪个方法用于在列表末尾添加一个元素?

Aappend()
Bextend()
Cinsert()
Dadd()