import math math.sqrt(x)
from math import sqrt as t t(x)
import math as m m.sqrt(x)
import math sqrt(x)