The code that a loop repeats goes between curly braces ({}).

Can you print "No, Polly!" twice using a loop?

Great job! We indent lines of code in braces ({}) so that it's easier for other programmers to read.

Not quite! We'll need to put println() between the braces ({}) if we want to print it multiple times.