下列语句错误的是_____。? import math|from math import sqrt|import sqrt|from math import *
举一反三
- 下列语句错误的是_____。 A: from math import sqrt B: import math C: from math import * D: import sqrt
- 引用math模块中sqrt函数的导入语句,下列错误的语句是:( ) A: import math B: from math import sqrt C: from sqrt import math D: from math import *
- 以下导入模块的语句正确的是 A: import math B: from math import * C: from math import sqrt D: 以上都正确
- 关于引入模块的方式,错误的是 ( ) A: from * import fib B: from fib import * C: from math import sqrt D: import math
- from math import sqrt 表示从sqrt库导入math函数