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])
相关文章:
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])
相关文章: