list_of_values = ['a', 'b', 'c'] for index, value in enumerate(list_of_values): print(f"Index: {index}. Value: {value}"