Skip to content

Instantly share code, notes, and snippets.

@molarmanful
Created September 18, 2019 10:59
Show Gist options
  • Select an option

  • Save molarmanful/5b1828654188fa623d85d1faff092bf0 to your computer and use it in GitHub Desktop.

Select an option

Save molarmanful/5b1828654188fa623d85d1faff092bf0 to your computer and use it in GitHub Desktop.
for r in range(len(matrix)):
for c in range(len(r)):
matrix[r][c] += 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment