how to zip 2 lists in python code example Example: python zip print two list for i,j in zip(a,b): print (i, j)