While working with multiple list zip method simplifies the iteration and items are available straight out of the box.
for item1, item2 in zip(list1, list2) . Zip is only indicative, knowing other functions from itertools gives an idea that the coder is aware of tools that simplify the process.