📜  从外部列表中删除内部列表python代码示例

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

代码示例1
[new_list] = [['a','b','c','d']]
print(new_list)