np.array
lst1 = np.array([10, 20, 30, 40])
当运行如上命令行时,提示错误:
“Traceback (most recent call last):
File "<input>", line 1, in <module>
TypeError: 'list' object is not callable”
这是怎么回事啊?
lst1 = np.array([10, 20, 30, 40])
当运行如上命令行时,提示错误:
“Traceback (most recent call last):
File "<input>", line 1, in <module>
TypeError: 'list' object is not callable”
这是怎么回事啊?
2018-12-03
举报