假设math标准库已导入,那么表达式 eval('math.sqrt(4)') 的值为
A: "2"
B: 2
C: "2.0"
D: 2.0
A: "2"
B: 2
C: "2.0"
D: 2.0
D
举一反三
- 假设math标准库已导入,那么表达式 eval('math.sqrt(4)') 的值为_________
- 表达式eval('''______ ('math').sqrt(3**2+4**2)''')的值为______ 。(5.0)
- 先用“from math import *”语句导入math模块,输出表达式sqrt(2)*sqrt(2)==2的值时,发现其值为False,所以该表达式的更好的写法是 。设比较的精度为10-5
- from math import sqrt 表示从sqrt库导入math函数
- 表达式 eval(''math.sqrt(3**2+4**2)'') 的值为_________。
内容
- 0
引用math模块中sqrt函数的导入语句,下列错误的语句是:( ) A: import math B: from math import sqrt C: from sqrt import math D: from math import *
- 1
执行import math导入模块后,math.sqrt(9)的值是___________.
- 2
在没有导入标准库math的情况下,语句x = 3 or math.sqrt(9)也可以正常执行,并且执行后x的值为3。
- 3
eval('sqrt(4)+2')的值是sqrt(4)+2
- 4
eval('sqrt(4)+2')的值是( )。? sqrt(4)+2|4|2+2|2