单项选择题

在Python中,如何向一个列表的末尾添加元素?()

A.list.append(item)
B.list.add(item)
C.list.insert(len(list),item)
D.A和C都对

微信扫码免费搜题