Python sqrt function. Python sqrt() function calculates the square root of x (x > 0). It's a method of math module. >>> import math >>> math.sqrt(0)
確定! 回上一頁