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