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