Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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: