Skip to content

Instantly share code, notes, and snippets.

@Rembane
Created January 7, 2014 12:28
Show Gist options
  • Save Rembane/8298605 to your computer and use it in GitHub Desktop.
Save Rembane/8298605 to your computer and use it in GitHub Desktop.
The ugliness! :D
li = [...]
try:
while True:
c = li.next()
if condition(c):
break
except StopIteration:
# Not found...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment