Now we'll use a comparison to see if the number of data points we have is at least the minimum number of data points needed.
Use the >= sign to compare data_points with minimum_points.
Make sure to pick data_points, followed by >=, and finally minimum_points.