4、下列能实现将shape为dtype[5,7] 的scores数组所有元素都加10的语句是________。

题目

4、下列能实现将shape为dtype[5,7] 的scores数组所有元素都加10的语句是________。

A.scores + 10

B.np.add(scores, 10)

C.scores[10].add(10)

D.scores + [10,10,10,10,10,10,10]

更多“4、下列能实现将shape为dtype[5,7] 的scores数组所有元素都加10的语句是________。”相关问题