试题详情

运行下面代码的输出结果为()。
Import numpy as np
A=np.array([0.25,1.33,1,100])
Print(np.reciprocal (a))

A[-10.-9.-8.]

B[-7.-6.-5.]

C[0.25 1.33 1.100.]

D[4.0.7518797 1.0.01]