Looping and array handling Loop with index (fastest) for i, item in enumerate(items): print(f'index: {i} has item: {item}')