Login
From:
www.pythonmorsels.com
(Uncensored)
subscribe
Looping with indexes - Python Morsels
https://www.pythonmorsels.com/looping-with-indexes/
links
backlinks
Roast topics
Find topics
Find it!
Python's built-in enumerate function is the preferred way to loop while counting upward at the same time. You'll almost always see tuple unpacking used whenever enumerate is used.