A repeat loop runs code the number of times we tell it to.

Try creating a loop that repeats four times.

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 (()).