python for loop with 2 arrays code example Example: python for with two arrays for f, b in zip(foo, bar): print(f, b)