math abs in python code example Example 1: absolute value python value = -54.26 abs(value) Example 2: take absolute value in python val = -85 abs_val = abs(val)