Mathemodul fabs () Funktion in Python
>>> import math
>>> math.fabs(-44)
44.0
Outrageous Ostrich
>>> import math
>>> math.fabs(-44)
44.0