为了账号安全,请及时绑定邮箱和手机立即绑定

TypeError: only integer scalar arrays can be converted to a scalar index

import numpy as np

lis1=np.array([2,3,4,5])

lis2=np.array([1,2,3,4])

print (np.concatenate(lis1,lis2))

这是代码,显示line4报错,为什么报错啊,要怎么改呢

正在回答

1 回答

print (np.concatenate((lis1,lis2)))

你少了一个括号

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

TypeError: only integer scalar arrays can be converted to a scalar index

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信