Now we need to display the trials variable. Finish the print statement by coding f"Running trial {trials}" between the parentheses.
trials
f"Running trial {trials}"
Make sure to type f"Running trial {trials}".