In python you will try to avoid indexing in the first place: for fruit in fruits: print(fruit)
for fruit in fruits: print(fruit)
In python you will try to avoid indexing in the first place:
for fruit in fruits:
print(fruit)