相关考题
-
多项选择题
下面哪些软件能做数据分析()
A.Python
B.SAS
C.SPSS
D.R语言 -
单项选择题
如何调用math包中的sqrt函数()
A.in sqrt from math
B.from math in sqrt
C.from math import sqrt
D.import sqrt from math -
单项选择题
import numpy as np引用中的np是什么含义()
A.numpy中的一个子库
B.numpy的别名,不可更改
C.numpy中的数据类型
D.numpy的约定别名,可更改
