Determine the value returned by the function.
def abs_value(num): result = abs(num) return result
Experiment with this code on Gitpod.io
⬅ Back