引用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 sqrt
C: from sqrt import math
D: from math import *
举一反三
- 下列语句错误的是_____。? 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函数,可以使用语句“from sqrt import math”。
- 以下导入模块的语句正确的是 A: import math B: from math import * C: from math import sqrt D: 以上都正确
- from math import sqrt 表示从sqrt库导入math函数