how to loop throu two list inside a function code example Example: looping through two lists python for f, b in zip(foo, bar): print(f, b)