Finally, we'll display a message about the outlier in the console.
Make sure to pick print followed by ( and then f, "{number} is an outlier", ).
print
(
f
"{number} is an outlier"
)