Функция математического модуля sqrt () в Python
>>> import math
>>> math.sqrt(81)
9.0
Outrageous Ostrich
>>> import math
>>> math.sqrt(81)
9.0