looping through two list in python code example Example: loop two lists python for f, b in zip(foo, bar): print(f, b)