Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save colinjcotter/1c9bd2f1b5dd9a518f5389240033470d to your computer and use it in GitHub Desktop.
Save colinjcotter/1c9bd2f1b5dd9a518f5389240033470d to your computer and use it in GitHub Desktop.
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