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