我有以下数据集:
data=[(('a','b','c'),('x','y','z'))]
如何将其转换为字典,以便存在如下所示的映射:
d={'a':'x','b':'y','c':'z'}
python dictionary python-2.7
dictionary ×1
python ×1
python-2.7 ×1