主题
Iterate over arrays or repeat actions a specific number of times.
Iterate over each item in an array.
Repeat a fixed number of times.
Input: ["apple", "banana", "cherry"] Loop: For each item -> Process item Output: Processed results