Useful Terms/Functions Flashcards
1
Q
enumerate(list)
A
when looping through arrays/list, using enumerate will give you list index as well as list item
enumerate(list)
when looping through arrays/list, using enumerate will give you list index as well as list item