how to iterate over many lists in the same for loop code example Example: loop two lists python for f, b in zip(foo, bar): print(f, b)