zip function in python

Publicado em: 06 Outubro 2025
no canal de: Learn Python
13
like

#pythonforbeginners
#pythontutorial

#zip function in python

fruits = ['apple', 'banana', 'orange', 'strawberry', 'kiwi']
veggies = ('potato', 'tomato', 'capsicum', 'cauliflower', 'beans', 'onion')

for items in zip(fruits, veggies):
print(items)


Nesta página do site você pode assistir ao vídeo on-line zip function in python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Learn Python 06 Outubro 2025, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 13 vezes e gostou like espectadores. Boa visualização!