We'll add another condition to this if statement using an and operator. We'll also check if data_points > 100.
if
and
data_points > 100
Make sure to pick and, followed by data_points > 100.