如果我得到3个列表
List1 = ["A","B","C"] List2 = [1,2,3] List3 = [4,5,6]
如何分配和汇总List2和List3到List1
A = 5 B = 7 c = 9
python list
list ×1
python ×1