10
0
1
533
3
可以把list,tuple,dict和string相互转化。 1、字符串转换成列表 >>>a = "[[1,2], [3,4], [5,6], [7,8], [9,0]]" ...