list = [1, 3, 5, 7, 9] # with index for index, item in enumerate(list): print (item, " at index ", index)