📜  用户输入字典 python 代码示例

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

代码示例3
d=dict(input().split() for x in range(n))
print(d)