Python abs() built-in function
From the Python 3 documentation
Return the absolute value of a number. The argument may be an integer, a floating point number, or an object implementing __abs__()
. If the argument is a complex number, its magnitude is returned.
Ups! Nothing here yet!
This is a great opportunity for you to collaborate! Hit the link at the end of this page and add some examples and a brief description. If you don't know where to start, the Python 3 documentation will lead you in the right direction.