loop i in range of len(list) code example Example: python for with iterator index for index, value in enumerate(iterator): print(index, value)