Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

Zip iterate #295

Closed ayyelle closed 4 years ago

ayyelle commented 4 years ago

I hope I am not being too spammy with my PRs, I know my other one got closed because it was a conversion snippet.

I just learned about this zip functionality at work today and thought others might benefit from knowing about it too! :D

Cheers