python del()函数用法 示例程序如下: >>> a = [-1, 3, aa , 85] 定义一个list>>> a[-1, 3, aa , 85]>>> del a[0] python编程 2022-04-03 76 点赞 1 评论 115 浏览