Thank you for the clear explanation and for providing an example as well, it really helped to me understand the zip function.
@MandlaNkala2 жыл бұрын
Thank you Dan. This is the most clear explanation of the zip function I have encountered so far.
@onemanenclave2 жыл бұрын
Crystal clear, and I learned about the zip_longest function (which might prove useful to me in the future).
@SJOE_C2 жыл бұрын
Thanks, it was a really good explanation
@domillima Жыл бұрын
fantastic video, thank you. followed!
@longcl83 Жыл бұрын
New sub here! Thank you for your video!
@azzedinebekkar28132 жыл бұрын
It's very clear, thank you
@Giorgi_Kordzaia Жыл бұрын
Thanks, it helped me a lot!!
@islamalmsarrhad21522 жыл бұрын
what a great explanation
@atulyab45174 ай бұрын
great explanation
@abdusamadabdullakhanov5182 жыл бұрын
Great job, bro, that was usefull! For real!!
@SL27974 жыл бұрын
Excellent explanation 👍
@peakstar39434 жыл бұрын
Nice video 👌. Please make more videos like this
@joaopedrodonasolo6804 жыл бұрын
Very useful, thank you
@RaadLearn6 ай бұрын
Thanks you man!
@개발자연이4 жыл бұрын
can i set fill value for each input iterable object?
@rifathasan60173 жыл бұрын
Are dictionaries iterable?
@tochimclaren4 жыл бұрын
Great tutorial, what if I want to get the third or second element of the first tuple.
@lawrencedunbar75744 жыл бұрын
You can access them just like a list. second item of first tuple: list_name[0][1] third item of first tuple: list_name[0][2]
@neiltcox3 жыл бұрын
10/10 explanation
@dagnijaverbicka8372 жыл бұрын
Thank you!!!!
@jvsnyc3 жыл бұрын
Excellent!!
@pthomasgarcia4 жыл бұрын
I'm not sure I understand: "uses length of the shortest input". Does that mean if an input is None, then it won't output it by default?
@simonmaracine47214 жыл бұрын
None wouldn't be a valid argument I guess, since it's not an iterator.
@suyashsngh2503 жыл бұрын
In the example three list was given whose length was 3,3 and 2 respectively. Colors having the shortest lenght 2, So, the returned list was having the resulting lenght 2 only. Lets say in the future you passed 4 lists in zip with length 4,3,2,1. The returned length of the tuple will be 1. To, have it the other way round you use .zip_longest
@patite31034 жыл бұрын
Thank you for the video! the code line list(zip(prices)) doesn't work for me. I get the message: "list" object is not callable.
@MFM88832 Жыл бұрын
I think you're trying to access the list elements from the zip function. You need to use square brackets after that statement like he did: list(zip(prices))[0] or list(zip(prices))[0][0]
@Balasubbaiah4554 жыл бұрын
Where and when we use this?
@KrishnaManohar80214 жыл бұрын
+1
@ryanbayliss71872 жыл бұрын
4:10
@yashmal1k4 жыл бұрын
you should buy a keyboard with an END key on it. 😁 Nice explanation though.
@tomoetoms94942 жыл бұрын
thank you
@ericvenom3 жыл бұрын
TYSM
@ywbc1217 Жыл бұрын
automatic SUBTITLES !!!!!!!!!!!! automatic captions turn on them !!!!!!!!!!!!!!!!