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