how to loop through 3 list at the same time3 code example Example: loop two lists python for f, b in zip(foo, bar): print(f, b)