Nicely done. By using the return keyword, our function gives back a value. The Int return type matches the number variable.
return
Int
number
Close, we want to return a value from our function here.