Python SQRT Importation
import math
math.sqrt( x )
Sleepy Sardine
import math
math.sqrt( x )
import math
num1 = 25
var = math.sqrt(num1)
print(str(var)
5.0