Y
Hacker News
new
|
ask
|
show
|
jobs
by
cbr
4667 days ago
The left-to-right evaluation order of the iterables is guaranteed.
http://docs.python.org/2/library/functions.html#zip
1 comments
weavejester
4667 days ago
Yes, but only for zip, which I believe was the parent posters point. With another function this technique might not work.
link