试题详情

运行下面代码的输出结果为()。
Np.concatenate([[[123][234]],[[345]]],axis=0)

A[[123][234][345]]

B[[123345][234]]

C[[123][234345]]

D[[123][234]]