Now let's check if number is within the upper limit. We'll use an if statement to check if number is greater than upper_limit.

Make sure to pick if followed by number and then >, upper_limit:.