Created
September 18, 2019 11:02
-
-
Save molarmanful/87dcbc55e5ce91a6f72d1fc5a3f51794 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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