#17 - zip( ) function in Python

Publié le: 10 octobre 2020
sur la chaîne: Tech Vitals
2,001
34

Learn to use zip( ) function in Python. zip( ) function basically returns a zip object that contains the iterator of tuples or the list of tuples. The zip( ) function takes iterables as arguments and returns an iterator.
For example, if two lists are passed in the zip( ) function, The function will return the iterator of tuples where the first tuple will contain the pairs of first items of both lists, the second tuple will contain the pairs of second items of both lists and so on. If one list contains 3 values and the another list contains 4 values, the zip( ) function will return an iterator of 3 tuples because zip( ) function selects the shortest iterable.

Facebook:   / techvitals  


Sur cette page du site, vous pouvez voir la vidéo en ligne #17 - zip( ) function in Python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Tech Vitals 10 octobre 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 2,001 fois et il a aimé 34 téléspectateurs. Bon visionnage!