In python (and several other languages) if I have two lists and want to process corresponding elements together I can use zip:
Share this post
Losing Metaphors: Zip and Paste
Share this post
In python (and several other languages) if I have two lists and want to process corresponding elements together I can use zip: