Skip to content

Instantly share code, notes, and snippets.

@jezinka
Last active July 6, 2018 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/17ade8dae2a318bba550710d3d009d5c to your computer and use it in GitHub Desktop.
Save jezinka/17ade8dae2a318bba550710d3d009d5c to your computer and use it in GitHub Desktop.
(...)
while 0 in large_number_array[i:i + k]:
zero_index = large_number_array[i:i + k].index(0)
i += zero_index + 1
(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment