Mathemodul SQRT () -Funktion in Python
>>> import math
>>> math.sqrt(81)
9.0
Outrageous Ostrich
>>> import math
>>> math.sqrt(81)
9.0