Presenter's guideline - WS5 : Loop functions integration
Completion requirements
Step 4: Advanced Loops (Count With & For Each)
Action:
- Explain the 'Counter' (i) and 'List' logic.




Speaker Notes:
"For more control, we have the Count with block. This creates a temporary variable (usually called 'i') that changes every time the loop runs. Think of it like a staircase: you start at step A, go to step B, and decide how big each step is. We also have For Each, which is amazing for lists. If you have a list of different speeds or positions, the robot will go through them one by one automatically."

