how to iterate through a list of numbers and check the multiples of each one code example Example: multiple values in python loop for x,y for x, y in zip(a, b): print x, y