I go over the zip function in detail and with other example cases. Below you can find the code wars task that I completed using this, if you wanted to see a practical application to a problem
• Python Codewars - Good vs Evil
Filter() and Zip() are often used together, learn more about filter here: • Python's Filter Function - Fully Expl...