我怎么能改变[('a', 1), ('c', 3), ('b', 2)],['a',1,'c',3,'b',2]反之亦然?谢谢
[('a', 1), ('c', 3), ('b', 2)]
['a',1,'c',3,'b',2]
python list
list ×1
python ×1