numpy array generates TypeError: 'list' object is not callable

后端 未结 0 963
Happy的楠姐
Happy的楠姐 2021-01-25 06:14

I think this is very simple but I cannot find a resolution online for why the code below gives an error """

import numpy as np
b = np.array([1,2,3]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题