📜  如何在python代码示例中清除列表

📅  最后修改于: 2022-03-11 14:45:30.163000             🧑  作者: Mango

代码示例2
yourlist = [1,2,3,4,5,6,7,8]
del yourlist[:]