To get absolute value of a number in python, there is the "built-in" function abs(), example: >>> x = - 3 >>> abs(x) 3. with a float:
確定! 回上一頁