📜  字典理解python代码示例

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

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