Funkcja modułu matematycznego sqrt () w Python
>>> import math
>>> math.sqrt(81)
9.0
Outrageous Ostrich
>>> import math
>>> math.sqrt(81)
9.0