Iterating through two (equal) lists
Must find the docs about this “zip”:
>>> for i,j in zip(list1, list2):
... print i
... print j
Must find the docs about this “zip”:
>>> for i,j in zip(list1, list2):
... print i
... print j