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