If there aren't enough data points, we need to continue to gather data.

Code an if statement that checks if data_points is less than minimum_points.

Make sure to pick if followed by data_points and then <, minimum_points:.