当前位置: 代码迷 >> 综合 >> unsupported operand type(s) for *: 'numpy.ufunc' and 'float'
  详细解决方案

unsupported operand type(s) for *: 'numpy.ufunc' and 'float'

热度:18   发布时间:2024-01-10 21:57:14.0

别被纸老虎吓到了!

其实只是变量名写错了而已,检查一下你的变量,

比如把maxinum 写成了 maximum。

  相关解决方案