Run
fruits = ['apple', 'banana', 'cherry'] for item in enumerate(fruits): print(item)
Output