When we covered for loops, we showed the example of iterating over a list. This lets you iterate over each element in the list, exposing the element to the for loop as a variable. But what if you want to access the elements in a list, along with the index of the element in question? You can do this using the enumerate() function. The enumerate() function takes a list as a parameter and returns a tuple for each element in the list. The first value of the tuple is the index and the second value is the element itself.
In questa pagina del sito puoi guardare il video online 43 Iterating over Lists and Tuples | Python [ COMPLETE COURSE ] della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Tech Lab 19 agosto 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 179 volte e gli è piaciuto 3 spettatori. Buona visione!