Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
andylei
on April 25, 2012
|
parent
|
context
|
favorite
| on:
Python iteration
i use it all the time. mostly to loop over n things at the same time:
for a, b in zip(list_a, list_b): print a + b
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: