Skip to content

Instantly share code, notes, and snippets.

@molarmanful
Created September 18, 2019 11:02
Show Gist options
  • Save molarmanful/87dcbc55e5ce91a6f72d1fc5a3f51794 to your computer and use it in GitHub Desktop.
Save molarmanful/87dcbc55e5ce91a6f72d1fc5a3f51794 to your computer and use it in GitHub Desktop.
rows = 3
cols = 3
matrix = [
1, 2, 3,
4, 5, 6,
7, 8, 9
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment