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 on 2018-04-03 19:17  未完代码  阅读(12682)  评论(0编辑  收藏  举报