We'll want to know to stop collecting data. In the if statement, use print() to display "There are enough data points!".
print()
"There are enough data points!"
Make sure to pick print followed by ( and then "There are enough data points!", ).
print
(
)