DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

Using the zip function in Python


This video shows explains how to use the zip function in Python. The zip() function takes iterables (can be zero or more), aggregates them in a tuple, and returns it.

Top comments (0)