iterators Flashcards

1
Q

for value in collection:

A

Basic for loop structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

i = 0 , for i in range(0, len(var)):

A

Using an index value and range to iterate over a list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly