Skip to content

Instantly share code, notes, and snippets.

@johndobrien
Created January 10, 2013 23:38
Show Gist options
  • Save johndobrien/4506739 to your computer and use it in GitHub Desktop.
Save johndobrien/4506739 to your computer and use it in GitHub Desktop.
# ugh...
for i, val in enumerate(my_list):
... do some stuff
my_list.pop(i)
... do more stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment