ABS … Returns the absolute value (positive) of a number.Parametersabs ddnumberExampleSourceprint (abs -2) print (abs 3) Execution2 3memo