passing multiple list to the function in python and iterate list code example Example: multiple values in python loop for x,y for x, y in zip(a, b): print x, y