Módulo de matemática Fabs () Função em Python
>>> import math
>>> math.fabs(-44)
44.0
Outrageous Ostrich
>>> import math
>>> math.fabs(-44)
44.0