Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

absolute value python


def max_absolute_value(int1,int2):
    return max(abs(int1), abs(int2))

Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #absolute #python
ADD COMMENT
Topic
Name
2+1 =