📜  dic 数组 - Python 代码示例

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

代码示例1
b = dict(zip(a[::2], a[1::2]))