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])

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2021-10-19
猜你喜欢
  • 2021-11-30
  • 2021-10-23
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案