python如何求平方根

python如何求平方根

不知道有没有这样的高效函数,或者高手自己实现的函数
谢谢
import math
math.sqrt()
或者num**0.5