试题详情

运行下面代码的输出结果为()。
Importnumpyasnp
A=np.array([10,100,1000])
Print(np.power(
A,2))

A[101001000]

B[100100001000000]

C[123]

D[10100001000000000]