Skip to content

Instantly share code, notes, and snippets.

@013231
Created September 24, 2012 07:49
Show Gist options
  • Save 013231/3774827 to your computer and use it in GitHub Desktop.
Save 013231/3774827 to your computer and use it in GitHub Desktop.
def iAny(seq):
for item in seq:
if item:
return True
return False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment