← Loops
Loop Through a List
① Learn
A for loop repeats code once for each item in a list. The loop variable holds one item at a time.
② Implement — write it, run it, submit
Goal
Print each sport on its own line in this order: soccer, basketball, tennis.
Output
Hints
- Stuck? Reveal a hint.