Skip to content

Instantly share code, notes, and snippets.

@piperchester
Created June 8, 2018 02:36
Show Gist options
  • Select an option

  • Save piperchester/69de4c06642f6f5f5167222021d27083 to your computer and use it in GitHub Desktop.

Select an option

Save piperchester/69de4c06642f6f5f5167222021d27083 to your computer and use it in GitHub Desktop.
Code samples for problems
# matrix
matrix = [
[1,2,3],
[4,5,6]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment