试题详情

代码arr5=np.arange(0,6).reshape([2,3]);print(arr5[1,:])的输出结果是()?

A[0 1]

B[3 4 5]

C[2 3]

D[0 1 2]