Loops
Loops
π¨βπΌ Nice work! You used a simple
for loop to build a string step by step.π¦ The loop made it easy to repeat a small action (adding one label) without
copying and pasting code. This is the heart of loops: repeating a small unit of
work while keeping track of progress with a counter.


