Skip to content

Instantly share code, notes, and snippets.

@9Dave9
Created December 5, 2019 17:10
Show Gist options
  • Save 9Dave9/2b18153b61c821dc0732eac0842ca07a to your computer and use it in GitHub Desktop.
Save 9Dave9/2b18153b61c821dc0732eac0842ca07a 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