• 2022-10-25
    假设math标准库已导入,那么表达式 eval('math.sqrt(4)') 的值为
    A: "2"
    B: 2
    C: "2.0"
    D: 2.0
  • D

    内容

    • 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