Which code could you use if you wanted to iterate over an entire list, while both tracking the element and the index of the element?
You can assume the list is as follows:
release = (2001, 2001, 2002, 2003, 2005, 2007, 2009, 2011, 2012,
2013, 2014, 2015, 2016, 2017, 2018, 2019)