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

在Python中,如何将列表中的元素全部清空?

Alist.clear()
Blist = []
Clist.pop()
Ddel list