You can use the `zip()` builtin function to iterate over two or more iterables simultaneously. In every iteration, you'll get a `tuple` with an item from each of the iterables.
This video is based on content from my "100 Page Python Intro" ebook: https://github.com/learnbyexample/100...