zip function in python

Published: 06 October 2025
on channel: 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)


On this page of the site you can watch the video online zip function in python with a duration of hours minute second in good quality, which was uploaded by the user Learn Python 06 October 2025, share the link with friends and acquaintances, this video has already been watched 13 times on youtube and it was liked by like viewers. Enjoy your viewing!