can you iterate through two different lists at the same time python code example Example: looping through two lists python for f, b in zip(foo, bar): print(f, b)