Once the while loop has finished, display Finished the set! in the console using a print statement.
while
Finished the set!
Make sure to type print("Finished the set!").
print("Finished the set!")