list2?=?['a','b','c']
list3?=?['A','B','C']
d?=?{}
for?i?in?range(0,?len(list1)):
d[list1[i]]=(list2[i],?list3[i]);
print(d)