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
LeetCode > Useful Terms/Functions > Flashcards
enumerate(list)
when looping through arrays/list, using enumerate will give you list index as well as list item