运行程序报错,仔细看报错原因,从中寻找原因,耐心解决,解决错误越多,提升越快,多问Internet,多个角度,多个答者!!!
IndexError: index 164 is out of bounds for axis 0 with size 164
源程序
IndexError: index 164 is out of bounds for axis 0 with size 164
修改:for m in range(100,200):为for m in range(100,160):这里的原因是索引越界了,减小便可
成功
IndexError: index 164 is out of bounds for axis 0 with size 164

相关文章:

  • 2021-12-29
  • 2021-12-17
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2021-07-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2022-01-07
  • 2021-09-27
  • 2021-12-29
  • 2022-12-23
相关资源
相似解决方案