Skip to content

Instantly share code, notes, and snippets.

@palcu
Created November 26, 2013 20:59
Show Gist options
  • Save palcu/7666149 to your computer and use it in GitHub Desktop.
Save palcu/7666149 to your computer and use it in GitHub Desktop.
# get first row with a black cell
while not filter(None, m[0]):
m.pop(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment