filmov
tv
Python Zip() function
![preview_player](https://i.ytimg.com/vi/GnxwmQ-oX2s/maxresdefault.jpg)
Показать описание
You'll learn how to use the zip() function in python to combine iterables together. zip() allows you to combine any number of iterable objects together in tuples, it's especially useful when looping through multiple objects at the same time!