"The standard for loop works well if it is used inside the loop you only need the item and not its index." "If you need the index inside the loop you can use range(len(list)). \n", "Then you can ...