• 2022-06-07
    以下导入模块的方式中,错误的是_______。
    A: import math
    B: from math import pow
    C: from math import *
    D: from * import math
  • D

    内容

    • 0

      可以导入math库的pi的选项是( )。 A: from math import pi B: import math.pi C: from math import * D: import math

    • 1

      下列哪个选项是导入标准库math中所有对象的正确操作( )。 A: from math import * B: from math import sin C: from math import all D: from math import fun

    • 2

      下列语句错误的是_____。? import math|from math import sqrt|import sqrt|from math import *

    • 3

      关于引入模块的方式,错误的是 ( ) A: from * import fib B: from fib import * C: from math import sqrt D: import math

    • 4

      下列语句错误的是_____。 A: from math import sqrt B: import math C: from math import * D: import sqrt