Fonction de module mathématique SQRT () dans Python
>>> import math
>>> math.sqrt(81)
9.0
Outrageous Ostrich
>>> import math
>>> math.sqrt(81)
9.0