📌  相关文章
📜  python 从另一个列表中减去一个列表 - Python 代码示例

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

代码示例3
c = [x for x in a if x not in b]