判断题如果只需要math模块中的sin( )函数,建议使用from math import sin来导入,而不要使用import math导入整个模块。A对B错
判断题
如果只需要math模块中的sin( )函数,建议使用from math import sin来导入,而不要使用import math导入整个模块。
A
对
B
错
参考解析
解析:
暂无解析
相关考题:
关于引入模块的方式,错误的是()。A、import mathB、from fib import fibonacciC、from math import *D、from * importfib
如果在用户的程序中要使用C库函数中的数学函数时,应在该源文件中使用的include命令是()A、#include〈string.h〉B、#include〈math.h〉C、#include〈stdio.h〉D、#include〈ctype.h〉
下列语句中正确的是()表score(sti_id,names,math,English,VB)A、selectstu_id,sum(math)froms coreB、selectsum(math),avg(VB)from scoreC、select*,sum(english)from scoreD、delete * from score
单选题下列语句中正确的是()表score(sti_id,names,math,English,VB)Aselectstu_id,sum(math)froms coreBselectsum(math),avg(VB)from scoreCselect*,sum(english)from scoreDdelete * from score
单选题设f(x)是可导函数,且f′(x)=sin2[sin(x+1)],f(0)=4,f(x)的反函数是x=φ(y),则φ′(4)=( )。A1/sin2(sin1)Bsin2(sin1)C-sin2(sin1)D-1/sin2(sin1)