Finally, after the while loop code, add a print statement that displays Successfully ran all trials in the console.
while
Successfully ran all trials
Make sure to type print("Successfully ran all trials").
print("Successfully ran all trials")