想要在Python中导入math模块中的sqrt(x)函数,下列程序段错误的是?( )
import mathmath.sqrt(x)
from math import sqrt as tt(x)
import math as mm.sqrt(x)
import mathsqrt(x)