Created
June 15, 2016 13:46
-
-
Save colinjcotter/1c9bd2f1b5dd9a518f5389240033470d 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
| array([[ 0, 1], | |
| [ 0, 0], | |
| [ 0, 2], | |
| [ 3, 1], | |
| [ 1, 1], | |
| [ 2, 2], | |
| [ 2, 4], | |
| [ 5, 3], | |
| [ 3, 3], | |
| [ 4, 4], | |
| [ 4, 6], | |
| [ 7, 5], | |
| [ 5, 5], | |
| [ 6, 6], | |
| [ 6, 8], | |
| [ 9, 7], | |
| [ 7, 7], | |
| [ 8, 8], | |
| [ 8, 10], | |
| [11, 9], | |
| [ 9, 9], | |
| [10, 10], | |
| [10, 12], | |
| [13, 11], | |
| [11, 11], | |
| [12, 12], | |
| [12, 14], | |
| [15, 13], | |
| [13, 13], | |
| [14, 14], | |
| [14, 16], | |
| [17, 15], | |
| [15, 15], | |
| [16, 16], | |
| [16, 18], | |
| [19, 17], | |
| [17, 17], | |
| [18, 18], | |
| [18, 19], | |
| [19, 19]], dtype=int32) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment