Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

what does abs do in python

Help on built-in function abs in module __builtin__:

abs(...)
    abs(number) -> number
    
    Return the absolute value of the argument.
Source by trinket.io #
 
PREVIOUS NEXT
Tagged: #abs #python
ADD COMMENT
Topic
Name
9+9 =