📜  python 字典理解 - 任何代码示例

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

代码示例6
print({i:j for i,j in zip(txt_list,num) if i!="All"})