试题详情

arr1=np.arange(0,20,1),arr2=arr1.reshape(4,5),则arr2[1∶3,1]的输出结
果为()。

A[[6],[11]]

B[[5],[10]]

C[6,11]

D[5,10]