📜  从列表python代码示例中删除空字符串

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

代码示例6
command_list = list(filter(None, command_list))