相关考题
-
单项选择题
输出结果为:()
A.array([0],[1])
B.array([2],[3])
C.array([[0],[1]])
D.array([[2],[3]]) -
单项选择题
numpy中数组的什么方法可以用于指定数组元素的数据类型()
A.dtype
B.type
C.astype
D.ctype -
单项选择题
numpy中创建等比数列的函数是()
A.linspace
B.logspace
C.sequence
D.无创建等比数列函数
