Perfect! A repeat loop is great for when we know exactly how many times a piece of code should run.
Not quite! Here's a hint: the number of times we want the loop to repeat goes between the parentheses (()).
()