Python > iterators > Flashcards
for value in collection:
Basic for loop structure
i = 0 , for i in range(0, len(var)):
Using an index value and range to iterate over a list