在Python中,可以使用enumerate函數進行下標循環,示例如下:```pythonmy_list = ['a', 'b', 'c', '...