摘要: import numpy as np world=np.zero([5,5]) for i in range(0,world.shape[0]) for j in range(0,world.shape[1]) print (world[i][j]) 阅读全文
posted @ 2018-04-03 19:17 未完代码 阅读(12700) 评论(0) 推荐(0)