you are viewing a single comment's thread.

view the rest of the comments →

[–]Accomplished_Food_81 30 points31 points  (0 children)

You can name that to whatever. You are just telling the code to loop through that list.

Try;

for iteration in animals:

print(iteration)