Skip to content

Instantly share code, notes, and snippets.

@9Dave9
Created December 5, 2019 17:10
Show Gist options
  • Save 9Dave9/80eb2acfee8c77aaa668f8aa7a310a5c to your computer and use it in GitHub Desktop.
Save 9Dave9/80eb2acfee8c77aaa668f8aa7a310a5c to your computer and use it in GitHub Desktop.
A = [
# 1 2 3 4
[0, 1, 0, 1], #1
[1, 0, 1, 0], #2
[0, 1, 0, 1], #3
[1, 0, 1, 0], #4
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment