Input

Universal
User Prompt
Intermediate

Prompt

for i in range(len(items)):
    value = items[i]
    results.append(process(value))