how to convert value of python from negative to positive code example Example: python convert any number in positive a = abs(-1) return a #returns 1