Python Beginner Tutorial : Zip Function

preview_player
Показать описание
Python tutorial for using the zip function to aggregate iterables like tuples or lists.

I use a programming example with a text and numbers tuple and I also show how to again unzip the zip object.

See my social profiles here

#Python
#Programming
Рекомендации по теме
Комментарии
Автор

It feels so hard to start learning python for me. I have a dream that one day I understand it, but then on the other hand, I never start learning it. :(

MrSorbias
Автор

How can I make uv square add-on to work in Blender Beta

n_haruperi
Автор

does the unzip procedure always take 2 arguments? In other words does the zip always combine two itterables? or you can have more?

NikolaNevenov