Two chapters ago you built a triangle with five print() statements, and the challenge asked what it would take to make it twice as tall. The answer was: write it all out again.
That's the problem loops solve, and you met it first in Scratch: repeat 4 versus eight separate blocks.
Python gives you two loops, and picking between them is the same question as in Scratch: do I know how many times?
7 more parts in this lesson
Walkthroughs, code labs, mini-games and the checkpoint quiz unlock when you buy the course.