A programmer may sometimes need both the current position index and corresponding element value when iterating over a sequence.
The enumerate() function gets both the element’s index and value at the same time
Unpacking performs multiple assignments at the same time, and binds comma-separated names to the elements of a sequence
num1, num2 = [25, 42] is the same the two statements num1 = 25 and num2 = 42
Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!
En esta página del sitio puede ver el video en línea Python - enumerate() Function and Unpacking an Iterable List- Programming Code Examples - APPFICIAL de Duración hora minuto segunda en buena calidad , que subió el usuario Appficial 29 septiembre 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 731 veces y le gustó 8 a los espectadores. Disfruta viendo!