【Python】Python中调用什么模块的什么函数来实现求实数平方根的操作。( )
A: math
sqrt
B: math
abs
C: cmath
abs
D: cmath
sqrt
A: math
sqrt
B: math
abs
C: cmath
abs
D: cmath
sqrt
举一反三
- Python中可以调用math库中的______函数来实现求实数平方根的操作。 A: abs B: sqrt C: pow D: random
- Python中调用_________来计算数的绝对值 A: math模块中的gcd函数 B: math模块中的sqrt函数 C: math模块中的abs函数 D: uiltins模块(即内置模块)中的abs函数
- Python标准库math中用来计算平方根的函数是 () A: sqrt B: abs C: fabs D: exp
- Python标准库math中用来计算平方根的函数是.() A: sqrt B: pow C: power D: abs
- 题号:8250[br][/br]求平方根函数的函数名为()。 A: sqrt B: pow C: cos D: abs