Módulo de matemática SQRT () Função em Python
>>> import math
>>> math.sqrt(81)
9.0
Outrageous Ostrich
>>> import math
>>> math.sqrt(81)
9.0