what does abs() do to a -ve number code example Example: take absolute value in python val = -85 abs_val = abs(val)