Skip to content

Instantly share code, notes, and snippets.

@rtoal
Created December 14, 2013 18:11
Show Gist options
  • Save rtoal/7962700 to your computer and use it in GitHub Desktop.
Save rtoal/7962700 to your computer and use it in GitHub Desktop.
Rubin's "'Goto Considered Harmful' Considered Harmful" as a Python One-Liner
next((i for i,row in enumerate(a) if all(x == 0 for x in row)), -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment