In order for our function to actually return a value, we need the return keyword followed by the return value.
Can you return number here?
Nicely done. By using the return keyword, our function gives back a value. The Int return type matches the number variable.
Close, we want to return a value from our function here.