...

/

Solution Review: Absolute Value

Solution Review: Absolute Value

In the following lesson, we will go over the solution of the challenge: Absolute Value.

Task

In this challenge, you had to create a function which computes the absolute value of a given number.

Solution

A skeleton of the function was already provided for you. Let’s look it over.

def
...