代码示例:(标识:python_list_del_2)
python_list_del_2.py
thislist = ["apple", "banana", "cherry"]
del thislist
运行结果: