loops — predict the output8 / 9
enumerate and zip — the loops ai writes when it's not lazy
You have a list of three feature names. Write a loop that uses
enumerate (starting at 1) to print each feature on its own line,
in the format:
1. tabs
2. search
3. exports
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _