Skip to content

Instantly share code, notes, and snippets.

@molarmanful
Created September 18, 2019 11:01
Show Gist options
  • Save molarmanful/7f652aeb70845fa63069c4dfa256ebd5 to your computer and use it in GitHub Desktop.
Save molarmanful/7f652aeb70845fa63069c4dfa256ebd5 to your computer and use it in GitHub Desktop.
temp = []
for row in matrix:
temp += row
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment