Fonction de module mathématique Fabs () dans Python
>>> import math
>>> math.fabs(-44)
44.0
Outrageous Ostrich
>>> import math
>>> math.fabs(-44)
44.0