You can download this code by clicking the button below.
This code is now available for download.
Returns the absolute value of a number.
Technology Stack : abs() function
Code Type : Function
Code Difficulty :
def abs_val(num):
return abs(num)