单项选择题
如何调用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的约定别名,可更改 -
填空题
食物热效应只能增加(),而不能增加()。 -
单项选择题
在Jupyter环境中安装程序包seaborn的命令是()
A.pip install seaborn
B.!import seaborn
C.import seaborn
D.!pip install seaborn
