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