how to take 2 values from a for loop in python code example Example: multiple values in python loop for x,y for x, y in zip(a, b): print x, y