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.

Please set the playground first

Loading "Loops"
Loading "Loops"