1 c=[[0]*3 for i in range(3)] 2 3 c=[[0 for i in range(3)] for i in range(3)]
python创建二维数组
原文:http://www.cnblogs.com/smuxiaolei/p/7460678.html