We also need to check if number is less than the lower limit. Use an if statement to check if number is less than lower_limit.

Make sure to pick if followed by number and then <, lower_limit, :.